1
0
mirror of synced 2024-12-14 07:06:04 +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
*/
protected $_templates;
protected $_templates = array();
/**