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