aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--upgrade.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/upgrade.php b/upgrade.php
index 68878f11e..89e42ce18 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -192,6 +192,12 @@ directory'
define(\'PHPWG_IN_UPGRADE\', true);
</pre>'
);
+
+ array_push(
+ $infos,
+ 'Perform a maintenance check in [Administration>General>Maintenance]
+if you encounter any problem.'
+ );
$template->assign_block_vars('upgrade.infos', array());