diff --git a/e107_plugins/forum/forum_admin.php b/e107_plugins/forum/forum_admin.php index 300df4b51..5a4912ad6 100644 --- a/e107_plugins/forum/forum_admin.php +++ b/e107_plugins/forum/forum_admin.php @@ -1110,7 +1110,7 @@ if(!deftrue('OLD_FORUMADMIN')) $text = "
"; $text .= "".ADMIN_VIEW_ICON.""; - $text .= $this->renderValue('options',$value,array('readParms'=>'edit=0')); + $text .= $this->renderValue('options',$value,array('readParms'=>'edit=0'), $id); $text .= "
"; return $text; }