BUG 9463 Cuando se cambia el skin por medio de Admin-Settings-Skin... SOLVED
- there was a validation incorrecta. - By change of url additional validation is needed.
This commit is contained in:
@@ -45,7 +45,14 @@ function skinList()
|
||||
{
|
||||
G::loadClass('system');
|
||||
|
||||
$skinListArray = System::getSkingList();
|
||||
$skinList = System::getSkingList();
|
||||
|
||||
foreach ($skinList['skins'] as $key => $value) {
|
||||
if ($value['SKIN_FOLDER_ID'] != 'simplified' && $value['SKIN_FOLDER_ID'] != 'uxs') {
|
||||
$skinListArray['skins'][] = $value;
|
||||
}
|
||||
}
|
||||
$skinListArray['currentSkin'] = $skinList['currentSkin'];
|
||||
echo G::json_encode($skinListArray);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user