From 02c3c0d2dff2c1aedd7ab78f06e6a5d5cbcc2418 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 3 Dec 2005 23:24:17 +0000 Subject: - 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 --- upgrade.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'upgrade.php') 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); ' ); + + array_push( + $infos, + 'Perform a maintenance check in [Administration>General>Maintenance] +if you encounter any problem.' + ); $template->assign_block_vars('upgrade.infos', array()); -- cgit v1.2.3