Commit 52a5ec17 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 21e22ba9
...@@ -1477,7 +1477,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite ...@@ -1477,7 +1477,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
} }
public function setTableName($tableName) public function setTableName($tableName)
{ {
$this->_table->tableName = $tableName; $this->_table->setOption('tableName', $tableName);
} }
public function setInheritanceMap($map) public function setInheritanceMap($map)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment