removed deprecated attribute from getTable()
This commit is contained in:
parent
a8b38b58ef
commit
d6ef2b3f4e
@ -892,7 +892,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
|
||||
* @param string $name component name
|
||||
* @return object Doctrine_Table
|
||||
*/
|
||||
public function getTable($name, $allowExport = true)
|
||||
public function getTable($name)
|
||||
{
|
||||
if (isset($this->tables[$name])) {
|
||||
return $this->tables[$name];
|
||||
@ -907,7 +907,6 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
|
||||
|
||||
$this->tables[$name] = $table;
|
||||
|
||||
|
||||
return $table;
|
||||
}
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user