mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:07 +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 'silver':
|
||||||
case 'office2003':
|
case 'office2003':
|
||||||
|
case 'kama':
|
||||||
case 'default':
|
case 'default':
|
||||||
$skin = "kama";
|
$skin = "kama";
|
||||||
break;
|
break;
|
||||||
case 'moono':
|
case 'moono':
|
||||||
$skin = "moono";
|
$skin = "moono";
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
$skin = "kama";
|
||||||
}
|
}
|
||||||
|
|
||||||
//Check whether the skin actually exists, if not, switch to a default
|
//Check whether the skin actually exists, if not, switch to a default
|
||||||
|
Loading…
Reference in New Issue
Block a user