DOCSYSTEM Bandera para quitar el skin classic de la lista
Bandera para quitar el skin classic de la lista
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user