From 027055eb9fbbef68c6d3915e017d198fa9033774 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 26 Oct 2008 20:39:44 +0000 Subject: based on forum discussion, a comment is added to explain why c13y_upgrade plugin is activated at this precise moment. git-svn-id: http://piwigo.org/svn/branches/2.0@2811 68402e56-0260-453c-a942-63ccdbb3a9ee --- upgrade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrade.php b/upgrade.php index 8b5e9eda8..2dd99747b 100644 --- a/upgrade.php +++ b/upgrade.php @@ -299,6 +299,8 @@ if you encounter any problem.' invalidate_user_cache(); + // c13y_upgrade plugin means "check integrity after upgrade", so it + // becomes useful just after an upgrade $query = ' REPLACE INTO '.PLUGINS_TABLE.' (id, state) -- cgit v1.2.3