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:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user