From ac9b05d38ba500ebd5fd37b7a91298a37d7791b5 Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Mon, 13 Sep 2010 23:01:57 +0200 Subject: [PATCH] Adds an initialization to prevent a PHP notice --- templates/include/jobterms.branch.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/include/jobterms.branch.tpl b/templates/include/jobterms.branch.tpl index 14d6bb9..71a384c 100644 --- a/templates/include/jobterms.branch.tpl +++ b/templates/include/jobterms.branch.tpl @@ -20,6 +20,7 @@ {* *} {**************************************************************************} [ +{assign var=started value=0} {iterate from=$subTerms item=term} {if $started},{/if} {assign var=started value=1} -- 2.1.4