From: Jason Woofenden Date: Tue, 3 Nov 2009 23:54:12 +0000 (-0500) Subject: tem() now produces a valid empty template object X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=6c069991a2bad14aebfce26b1c0855d4c4ae7e9e tem() now produces a valid empty template object --- diff --git a/template.php b/template.php index 6aba82b..4480391 100644 --- a/template.php +++ b/template.php @@ -356,7 +356,7 @@ class tem { var $data; function tem() { - $this->template = array(); + $this->template = array('pieces' => array()); $this->data = array(); }