Changeset 13459 for trunk/install


Ignore:
Timestamp:
Mar 2, 2012, 4:35:58 PM (12 years ago)
Author:
plg
Message:

feature 2577: bug fixed in install/db/118, remove it from piwigo_upgrade table
and run it once again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/118-database.php

    r13242 r13459  
    2929$upgrade_description = 'Automatically activate mobile theme.';
    3030
    31 conf_update_param('mobile_theme', 'smartpocket');
     31include_once(PHPWG_ROOT_PATH.'include/constants.php');
     32include_once(PHPWG_ROOT_PATH.'admin/include/themes.class.php');
     33$themes = new themes();
     34$themes->perform_action('activate', 'smartpocket');
    3235
    3336echo
Note: See TracChangeset for help on using the changeset viewer.