mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Code cleanup / globals removal etc.
This commit is contained in:
@@ -389,8 +389,9 @@ class plugin_forum_view_shortcodes extends e_shortcode
|
||||
}
|
||||
}
|
||||
|
||||
function sc_lasteditby()
|
||||
{ if(isset($this->postInfo['edit_name']))
|
||||
function sc_lasteditby($parm='')
|
||||
{
|
||||
if(isset($this->postInfo['edit_name']))
|
||||
{
|
||||
if($parm == 'link')
|
||||
{
|
||||
|
Reference in New Issue
Block a user