X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=template.php;h=4480391cb01a3ae81594f24b191b0d5b153ecd21;hb=6c069991a2bad14aebfce26b1c0855d4c4ae7e9e;hp=6aba82b4b6d1139f0f1757d1f3ed9d1a16ba1518;hpb=c4575213df3077d1b9956dd12132f13ba7567970;p=wfpl.git 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(); }