diff --git a/e107_plugins/forum/forum_class.php b/e107_plugins/forum/forum_class.php index 60bc66247..d3a4159e5 100644 --- a/e107_plugins/forum/forum_class.php +++ b/e107_plugins/forum/forum_class.php @@ -578,7 +578,7 @@ class e107forum // print_a( $this->permList[$type]); if(empty($this->permList[$type])) { - // return false; + return false; } return (in_array($forumId, $this->permList[$type]));