This commit is contained in:
parent
d16ea7d8fc
commit
88f60a022b
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
|
||||||
/**
|
/**
|
||||||
* @var array $_templates an array containing all templates attached to this table
|
* @var array $_templates an array containing all templates attached to this table
|
||||||
*/
|
*/
|
||||||
protected $_templates;
|
protected $_templates = array();
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue