mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +01:00
handle missing v2 skin
This commit is contained in:
parent
4ef692332f
commit
bc61becbf4
@ -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