diff --git a/lib/Doctrine/Table.php b/lib/Doctrine/Table.php index 9025a84f8..4aeb79e58 100644 --- a/lib/Doctrine/Table.php +++ b/lib/Doctrine/Table.php @@ -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(); /**