summaryrefslogtreecommitdiffstats
path: root/smarty/templates/rpmphp/index.tpl
diff options
context:
space:
mode:
authorJohan Cwiklinski <johan@x-tnd.be>2012-09-29 10:23:09 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-29 10:30:40 +0200
commit5e3a1a62043cc4602f5fc4fb871d09da65b5a277 (patch)
tree6cf5eeb2270f3ff3107a094b172e61e131656fd9 /smarty/templates/rpmphp/index.tpl
parent44bc0673599b56977f97370976d92f5d05ca720e (diff)
Some adaptations required for Smarty3
Diffstat (limited to 'smarty/templates/rpmphp/index.tpl')
-rw-r--r--smarty/templates/rpmphp/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/smarty/templates/rpmphp/index.tpl b/smarty/templates/rpmphp/index.tpl
index 3cd47b0..8b73af7 100644
--- a/smarty/templates/rpmphp/index.tpl
+++ b/smarty/templates/rpmphp/index.tpl
@@ -37,7 +37,7 @@
</tr>
</thead>
<tbody>
-{if $error}
+{if isset($error)}
<tr>
<td colspan="5">{$error}</td>
</tr>