From c84ff4a181213d5d9573db960c3fbfdc6f641dd3 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 2 Mar 2011 15:59:10 +0100 Subject: Mapper gefixt --- createDefaultMapper/mappertemplate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'createDefaultMapper') diff --git a/createDefaultMapper/mappertemplate b/createDefaultMapper/mappertemplate index 0c36949..62de1eb 100644 --- a/createDefaultMapper/mappertemplate +++ b/createDefaultMapper/mappertemplate @@ -23,7 +23,7 @@ class Application_Model_MAPPER public function getDbTable() { if (null === $this->_dbTable) { - $this->setDbTable('Application_Model_DbTable_Person'); + $this->setDbTable('Application_Model_DbTable_MODEL'); } return $this->_dbTable; -- cgit v1.2.3-55-g7522