change labels to Lurana Team
change label on language
This commit is contained in:
@@ -119,7 +119,7 @@ function newSkin ($baseSkin = 'classic')
|
||||
$skinName = $_REQUEST['skinName'];
|
||||
$skinFolder = $_REQUEST['skinFolder'];
|
||||
$skinDescription = isset( $_REQUEST['skinDescription'] ) ? $_REQUEST['skinDescription'] : '';
|
||||
$skinAuthor = isset( $_REQUEST['skinAuthor'] ) ? $_REQUEST['skinAuthor'] : 'ProcessMaker Team';
|
||||
$skinAuthor = isset( $_REQUEST['skinAuthor'] ) ? $_REQUEST['skinAuthor'] : 'Lurana Team';
|
||||
|
||||
if (is_dir( PATH_CUSTOM_SKINS . $skinFolder )) {
|
||||
throw (new Exception( G::LoadTranslation( 'ID_SKIN_ALREADY_EXISTS' ) ));
|
||||
@@ -457,4 +457,3 @@ function copy_skin_folder ($path, $dest, $exclude = array())
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user