1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Issue #6 Fix for missing LANS

This commit is contained in:
Cameron
2016-12-21 09:16:39 -08:00
parent db1aa937aa
commit e58a2f1a69
2 changed files with 126 additions and 117 deletions

View File

@@ -357,6 +357,11 @@ class news_shortcodes extends e_shortcode
return $this->sc_newsimage($parm);
}
public function sc_news_related($parm=null)
{
return $this->sc_newsrelated($parm);
}
public function sc_news_visibility($parm=null)
{
$string= e107::getUserClass()->getIdentifier($this->news_item['news_class']);