From d4eaa2eacb144609ab782f3ac7cf1ece6e05c749 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 2 Mar 2012 15:35:58 +0000 Subject: feature 2577: bug fixed in install/db/118, remove it from piwigo_upgrade table and run it once again. git-svn-id: http://piwigo.org/svn/trunk@13459 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/db/118-database.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install/db') diff --git a/install/db/118-database.php b/install/db/118-database.php index 7cd9bc504..3719718a6 100644 --- a/install/db/118-database.php +++ b/install/db/118-database.php @@ -28,7 +28,10 @@ if (!defined('PHPWG_ROOT_PATH')) $upgrade_description = 'Automatically activate mobile theme.'; -conf_update_param('mobile_theme', 'smartpocket'); +include_once(PHPWG_ROOT_PATH.'include/constants.php'); +include_once(PHPWG_ROOT_PATH.'admin/include/themes.class.php'); +$themes = new themes(); +$themes->perform_action('activate', 'smartpocket'); echo "\n" -- cgit v1.2.3