1
0
mirror of synced 2025-01-31 12:32:59 +03:00
This commit is contained in:
zYne 2007-02-08 22:31:54 +00:00
parent 21e22ba908
commit 52a5ec1704

View File

@ -1477,7 +1477,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
}
public function setTableName($tableName)
{
$this->_table->tableName = $tableName;
$this->_table->setOption('tableName', $tableName);
}
public function setInheritanceMap($map)
{