From 6cd1ebb5eae3d2167e3048e89d9089a983113d12 Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 7 Apr 2014 14:59:58 -0400 Subject: [PATCH] CC-5781: Upgrade script for new storage quota implementation --- .../upgrades/airtime-2.5.3/StorageQuotaUpgrade.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/install_minimal/upgrades/airtime-2.5.3/StorageQuotaUpgrade.php b/install_minimal/upgrades/airtime-2.5.3/StorageQuotaUpgrade.php index dbef72e41..56a792f5a 100644 --- a/install_minimal/upgrades/airtime-2.5.3/StorageQuotaUpgrade.php +++ b/install_minimal/upgrades/airtime-2.5.3/StorageQuotaUpgrade.php @@ -10,14 +10,11 @@ set_include_path(implode(PATH_SEPARATOR, array( realpath(APPLICATION_PATH . '/../library') ))); -set_include_path(implode(PATH_SEPARATOR, array( - get_include_path(), - realpath(APPLICATION_PATH . '/../library/propel/runtime/lib') -))); - //Propel classes. set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path()); +require_once 'CcMusicDirsQuery.php'; + class StorageQuotaUpgrade { public static function startUpgrade()