From b0cc8f1bc2be174105cd71b3d31e7ae3f51ee0c6 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 20 Sep 2014 11:43:01 +0000 Subject: * feature 3142: upgrade script to Piwigo 2.7 * link to Tour 2_7_0 at the end of upgrade * activate plugin Take a Tour by default git-svn-id: http://piwigo.org/svn/trunk@29665 68402e56-0260-453c-a942-63ccdbb3a9ee --- install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'install.php') diff --git a/install.php b/install.php index 17c08719c..a78dbe73d 100644 --- a/install.php +++ b/install.php @@ -366,6 +366,7 @@ INSERT INTO '.$prefixeTable.'config (param,value,comment) define('PWG_CHARSET', 'utf-8'); } activate_core_themes(); + activate_core_plugins(); $insert = array( 'id' => 1, -- cgit v1.2.3