mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 00:16:56 +02: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');
|
$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');
|
$GLOBALS['egw']->js->validate_file('tiny_mce','tiny_mce');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user