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:
plegall
2012-03-02 15:35:58 +00:00
parent 65bb5d44b6
commit d4eaa2eacb

View File

@@ -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"