aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2008-10-26 20:44:01 +0000
committerplegall <plg@piwigo.org>2008-10-26 20:44:01 +0000
commit564d2df91dd2eae3e16101fccac37a015b7b2f7f (patch)
treeaab41e6c9443cfd04265890fad4005d0300357f3 /upgrade.php
parente9e57ab5c886e5dcb9e7872bfb13da4c38b34249 (diff)
merge -c2811 from branch 2.0 to trunk
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/trunk@2812 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php2
1 files changed, 2 insertions, 0 deletions
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)