skiped two folders in new tinymce version

This commit is contained in:
Cornelius Weiß 2006-08-21 19:40:16 +00:00
parent 6d48818f08
commit 68077b49ac

View File

@ -466,7 +466,7 @@ class html
if (!strstr($GLOBALS['egw_info']['flags']['java_script'],'tinyMCE'))
{
$GLOBALS['egw']->js->validate_file('tinymce','jscripts/tiny_mce/tiny_mce');
$GLOBALS['egw']->js->validate_file('tiny_mce','tiny_mce');
}
}