JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
tem() now produces a valid empty template object
[wfpl.git] / template.php
index 6aba82b..4480391 100644 (file)
@@ -356,7 +356,7 @@ class tem {
        var $data; 
 
        function tem() {
-               $this->template = array();
+               $this->template = array('pieces' => array());
                $this->data = array();
        }