1
0
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:
Cameron
2015-02-15 16:07:27 -08:00
parent 83ea70f881
commit 9a21cad851
39 changed files with 198 additions and 154 deletions

View File

@@ -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')
{