Adds an initialization to prevent a PHP notice
authorPascal Corpet <pascal.corpet@m4x.org>
Mon, 13 Sep 2010 21:01:57 +0000 (23:01 +0200)
committerPascal Corpet <pascal.corpet@m4x.org>
Mon, 13 Sep 2010 21:01:57 +0000 (23:01 +0200)
templates/include/jobterms.branch.tpl

index 14d6bb9..71a384c 100644 (file)
@@ -20,6 +20,7 @@
 {*                                                                        *}
 {**************************************************************************}
 [
+{assign var=started value=0}
 {iterate from=$subTerms item=term}
   {if $started},{/if}
   {assign var=started value=1}