summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 414e01006..d2b0ff9cf 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -5,7 +5,7 @@
if ($id == "explainError") {
- print "<div id=\"infoBoxTitle\">Error message</div>";
+ print "<div id=\"infoBoxTitle\">Notice</div>";
print "<div class=\"infoBoxContents\">";
if ($param == 1) {
@@ -14,6 +14,11 @@
start the daemon process or contact instance owner.");
}
+ if ($param == 2) {
+ print check_for_update($link, false);
+
+ }
+
print "</div>";
print "<div align='center'>";