killed a php5.2 warning

This commit is contained in:
Cornelius Weiß 2006-12-02 07:55:09 +00:00
parent f4baebf3c1
commit 56fb1e7052

View File

@ -461,7 +461,7 @@ class html
$GLOBALS['egw']->js = CreateObject('phpgwapi.javascript');
}
if (!strstr($GLOBALS['egw_info']['flags']['java_script'],'tinyMCE'))
if (!@strstr($GLOBALS['egw_info']['flags']['java_script'],'tinyMCE'))
{
$GLOBALS['egw']->js->validate_file('tiny_mce','tiny_mce');
}