BUG 7366 Can't create skin from classic skin
In fresh installation Skins folder doesn't exists. Now it is being created before create a new skin
This commit is contained in:
@@ -41,6 +41,11 @@ function updatePageSize() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function skinList() {
|
function skinList() {
|
||||||
|
//Create Skins custom folder if it doesn't exists
|
||||||
|
if(!is_dir(PATH_CUSTOM_SKINS)){
|
||||||
|
G::verifyPath(PATH_CUSTOM_SKINS, true);
|
||||||
|
}
|
||||||
|
|
||||||
//Get Skin Config files
|
//Get Skin Config files
|
||||||
$skinListArray = array();
|
$skinListArray = array();
|
||||||
$customSkins = glob(PATH_CUSTOM_SKINS . "*/config.xml");
|
$customSkins = glob(PATH_CUSTOM_SKINS . "*/config.xml");
|
||||||
|
|||||||
Reference in New Issue
Block a user