aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/upgrade.php b/upgrade.php
index aa5fc06cb..8b5e9eda8 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -298,6 +298,13 @@ if you encounter any problem.'
$template->assign('infos', $page['infos']);
invalidate_user_cache();
+
+ $query = '
+REPLACE INTO '.PLUGINS_TABLE.'
+ (id, state)
+ VALUES (\'c13y_upgrade\', \'active\')
+;';
+ pwg_query($query);
}
else
{