This commit is contained in:
parent
21e22ba908
commit
52a5ec1704
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user