mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
PHP Warning removals.
This commit is contained in:
@@ -117,7 +117,7 @@ class news_shortcodes extends e_shortcode
|
||||
}
|
||||
else
|
||||
{
|
||||
return "<a href='".e107::getUrl()->create('user/profile/view', $this->news_item)."'>".$this->news_item['user_name']."{$parm}</a>";
|
||||
return "<a href='".e107::getUrl()->create('user/profile/view', $this->news_item)."'>".$this->news_item['user_name']."</a>";
|
||||
}
|
||||
}
|
||||
return "<a href='http://e107.org'>e107</a>";
|
||||
|
Reference in New Issue
Block a user