mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-05 04:52:47 +02:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user