mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
PHP Notice removal and Forum Rank display preference added.
This commit is contained in:
@@ -3534,7 +3534,7 @@ class e_parser
|
||||
$img = $genericImg;
|
||||
}
|
||||
|
||||
if(($img == $genericImg) && ($userData['user_id'] == USERID) && !empty($options['link']))
|
||||
if(($img == $genericImg) && !empty($userData['user_id'] ) && (($userData['user_id'] == USERID)) && !empty($options['link']))
|
||||
{
|
||||
$linkStart = "<a class='e-tip' title=\"".LAN_EDIT."\" href='".e107::getUrl()->create('user/myprofile/edit')."'>";
|
||||
$linkEnd = "</a>";
|
||||
|
Reference in New Issue
Block a user