Prevents warnings in plwizard.tpl.
authorStéphane Jacob <sj@m4x.org>
Sat, 18 Sep 2010 15:58:09 +0000 (17:58 +0200)
committerStéphane Jacob <sj@m4x.org>
Sat, 18 Sep 2010 15:58:09 +0000 (17:58 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/plwizard.tpl

index ba18fbc..61112d7 100644 (file)
@@ -20,7 +20,7 @@
 {*                                                                        *}
 {**************************************************************************}
 
-{if !$wiz_run_ajax}
+{if !t($wiz_run_ajax)}
 <script type="text/javascript">//<![CDATA[
   {if ($stateless || $id gt $current) && $wiz_ajax}
   {literal}
@@ -96,7 +96,7 @@
     {include core=triggers.tpl}
     {include file=$wiz_page}
     </div>
-  {if !$wiz_run_ajax}
+  {if !t($wiz_run_ajax)}
   </div>
 </div>