1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
This commit is contained in:
zYne 2007-09-06 20:59:13 +00:00
parent d16ea7d8fc
commit 88f60a022b

View file

@ -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();
/** /**