aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-12-03 23:24:17 +0000
committerplegall <plg@piwigo.org>2005-12-03 23:24:17 +0000
commit02c3c0d2dff2c1aedd7ab78f06e6a5d5cbcc2418 (patch)
tree7a7034f38e912ff27c5d5152665962cca22c2369 /upgrade.php
parentb09e7980636dd2552f95ccb46c2f372939b087ce (diff)
- bug 205 fixed: advise to perform maintenance actions at the end of upgrade
process. git-svn-id: http://piwigo.org/svn/trunk@971 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'upgrade.php')
-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());