diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php index a60d40eff..b9a6c78ee 100644 --- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php @@ -111,6 +111,10 @@ class plugin_forum_post_shortcodes extends e_shortcode elseif($this->var['action'] == 'edit') { $_POST['subject'] = $this->var['thread_name']; + if($this->var['thread_user'] != USERID) + { + $opts['disabled'] = 1; + } } else {