mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
handle missing v2 skin
This commit is contained in:
parent
3e09f30480
commit
229b09da8d
@ -169,12 +169,15 @@ class egw_ckeditor_config
|
||||
{
|
||||
case 'silver':
|
||||
case 'office2003':
|
||||
case 'kama':
|
||||
case 'default':
|
||||
$skin = "kama";
|
||||
break;
|
||||
case 'moono':
|
||||
$skin = "moono";
|
||||
break;
|
||||
default:
|
||||
$skin = "kama";
|
||||
}
|
||||
|
||||
//Check whether the skin actually exists, if not, switch to a default
|
||||
|
Loading…
Reference in New Issue
Block a user