summaryrefslogtreecommitdiffstats
path: root/application/models/RightMapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/RightMapper.php')
-rw-r--r--application/models/RightMapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/RightMapper.php b/application/models/RightMapper.php
index 608a23a..3ffe5f5 100644
--- a/application/models/RightMapper.php
+++ b/application/models/RightMapper.php
@@ -23,7 +23,7 @@ class Application_Model_RightMapper
public function getDbTable()
{
if (null === $this->_dbTable) {
- $this->setDbTable('Application_Model_DbTable_Person');
+ $this->setDbTable('Application_Model_DbTable_Right');
}
return $this->_dbTable;