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 89aa07ede..4a87cf9d0 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -446,6 +446,13 @@ REPLACE INTO '.PLUGINS_TABLE.'
;';
pwg_query($query);*/
+ $query = '
+REPLACE INTO '.PLUGINS_TABLE.'
+ (id, state)
+ VALUES (\'TakeATour\', \'active\')
+;';
+ pwg_query($query);
+
// Delete cache data
invalidate_user_cache(true);
$template->delete_compiled_templates();