From c84ff4a181213d5d9573db960c3fbfdc6f641dd3 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 2 Mar 2011 15:59:10 +0100 Subject: Mapper gefixt --- application/models/GroupRequestMapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/models/GroupRequestMapper.php') 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; -- cgit v1.2.3-55-g7522