This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-02-07 16:39:30 -04:00
committed by Paula Quispe
parent 27168ac56f
commit e2793d9e2e
2 changed files with 43 additions and 67 deletions

View File

@@ -23,7 +23,7 @@ class Admin extends Controller
$skinsList = System::getSkingList();
foreach ($skinsList['skins'] as $key => $value) {
if ($value['SKIN_WORKSPACE'] != 'Global') {
if ($value['SKIN_WORKSPACE'] != G::LoadTranslation('ID_GLOBAL')) {
unset( $skinsList['skins'][$key] );
}
}