diff --git a/e107_plugins/pm/pm_shortcodes.php b/e107_plugins/pm/pm_shortcodes.php index e21a7931d..66dfddc52 100755 --- a/e107_plugins/pm/pm_shortcodes.php +++ b/e107_plugins/pm/pm_shortcodes.php @@ -153,6 +153,9 @@ class pm_shortcodes extends e_shortcode $value = LAN_PM_58.$value; } } + + return e107::getForm()->text('pm_subject',$value,255); + return ""; } @@ -168,7 +171,7 @@ class pm_shortcodes extends e_shortcode $value = "[quote{$t}={$this->var['from_name']}]\n{$this->var['pm_text']}\n[/quote{$t}]\n\n"; } } - return ""; + return ""; } @@ -181,7 +184,7 @@ class pm_shortcodes extends e_shortcode public function sc_pm_post_button() { - return ""; + return ""; }