CC-5781: Upgrade script for new storage quota implementation

This commit is contained in:
drigato 2014-04-07 14:49:23 -04:00
parent 197e12093d
commit 57955420f3
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library')
)));
/*set_include_path(implode(PATH_SEPARATOR, array(
set_include_path(implode(PATH_SEPARATOR, array(
get_include_path(),
realpath(APPLICATION_PATH . '/../library/propel/runtime/lib')
)));*/
)));
class StorageQuotaUpgrade
{