mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
killed a php5.2 warning
This commit is contained in:
parent
f4baebf3c1
commit
56fb1e7052
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user