Merge remote branch 'upstream/master'

This commit is contained in:
norahmollo
2013-05-06 13:50:58 +00:00
2 changed files with 9 additions and 0 deletions

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 );