killed htmlentities warning

This commit is contained in:
Ralf Becker 2004-08-01 19:28:03 +00:00
parent 6368a36d2c
commit a4ad3b46c0

View File

@ -184,7 +184,7 @@
$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]);
if ($title == $info['info_from'] || htmlentities($title) == $info['info_from'])
if ($title == $info['info_from'] || @htmlentities($title) == $info['info_from'])
{
$info['info_from'] = '';
}