From 88f60a022bf50a710e10248114d199be1a7a5787 Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 6 Sep 2007 20:59:13 +0000 Subject: [PATCH] --- lib/Doctrine/Table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); /**