mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
killed htmlentities warning
This commit is contained in:
parent
6368a36d2c
commit
a4ad3b46c0
@ -184,7 +184,7 @@
|
|||||||
$nr = $link['link_app1'] == 'infolog' && $link['link_id1'] == $info['info_id'] ? '2' : '1';
|
$nr = $link['link_app1'] == 'infolog' && $link['link_id1'] == $info['info_id'] ? '2' : '1';
|
||||||
$title = $this->link->title($link['link_app'.$nr],$link['link_id'.$nr]);
|
$title = $this->link->title($link['link_app'.$nr],$link['link_id'.$nr]);
|
||||||
|
|
||||||
if ($title == $info['info_from'] || htmlentities($title) == $info['info_from'])
|
if ($title == $info['info_from'] || @htmlentities($title) == $info['info_from'])
|
||||||
{
|
{
|
||||||
$info['info_from'] = '';
|
$info['info_from'] = '';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user