Merge remote branch 'upstream/master'

This commit is contained in:
jennylee
2013-05-03 14:48:14 -04:00

View File

@@ -956,6 +956,11 @@ class System
$folderId = 'classic';
}
$partnerFlag = (defined('PARTNER_FLAG')) ? PARTNER_FLAG : false;
if ($partnerFlag && ($folderId == 'classic')){
continue;
}
$xmlConfiguration = file_get_contents( $configInformation );
$xmlConfigurationObj = G::xmlParser( $xmlConfiguration );