handle missing v2 skin

This commit is contained in:
Klaus Leithoff 2013-03-18 16:02:35 +00:00
parent 3e09f30480
commit 229b09da8d

View File

@ -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