CC-5781: Upgrade script for new storage quota implementation

This commit is contained in:
drigato 2014-04-07 15:18:33 -04:00
parent aa531c882f
commit c18c4da629
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ set_include_path(implode(PATH_SEPARATOR, array(
//Propel classes.
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
#set_include_path(APPLICATION_PATH . '/models/om' . PATH_SEPARATOR . get_include_path());
#set_include_path(APPLICATION_PATH . '/models/airtime' . PATH_SEPARATOR . get_include_path());
set_include_path(APPLICATION_PATH . '/models/airtime' . PATH_SEPARATOR . get_include_path());
set_include_path(APPLICATION_PATH . '/models/om' . PATH_SEPARATOR . get_include_path());
require_once 'CcMusicDirsQuery.php';
require_once 'BaseCcMusicDirsQuery.php';