summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index df2ec15d495..600449adac2 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -548,7 +548,9 @@ if ($_['cronErrors']) {
<?php include('settings.development.notice.php'); ?>
</div>
-<?php print_unescaped($_['updaterAppPanel']); ?>
+<?php if (!empty($_['updaterAppPanel'])): ?>
+ <div id="updater"><?php print_unescaped($_['updaterAppPanel']); ?></div>
+<?php endif; ?>
<div class="section credits-footer">
<p><?php print_unescaped($theme->getShortFooter()); ?></p>