1
0
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:
Cameron
2016-12-17 10:15:10 -08:00
parent 3af165f351
commit f113a0d265
10 changed files with 10 additions and 10 deletions

View File

@@ -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>";