CC-5781: Upgrade script for new storage quota implementation
This commit is contained in:
parent
6cd1ebb5ea
commit
b61fae77b3
|
@ -12,6 +12,7 @@ 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/airtime' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
require_once 'CcMusicDirsQuery.php';
|
||||
|
||||
|
|
Loading…
Reference in New Issue