From 92f8a012b1340c13869fbd4ea47a66d0088d612b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 19 Aug 2005 00:47:38 +0000 Subject: [PATCH] Link without errors on E_ALL --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index e9ad30a..7e61bb5 100644 --- a/template.php +++ b/template.php @@ -569,7 +569,7 @@ class DB_Template // reset the parser $offset = $tag_full['posi'] + strlen($tag_start) + strlen($tag_start_end); - $tag_full = array(); + $tag_full = array('posi' => 0, 'else' => 0, 'posf' => 0); $stack = array(); $parsed = array(); unset($fullspread, $conditional, $temp_end, $relpos, $length, $elsepos); -- 2.22.5