summaryrefslogtreecommitdiffstats
path: root/smarty/templates/rpmphp/index.tpl
diff options
context:
space:
mode:
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>