diff --git a/system/pages/forum.php b/system/pages/forum.php index 0b82e01a..3ef795c6 100644 --- a/system/pages/forum.php +++ b/system/pages/forum.php @@ -28,7 +28,7 @@ if(!$logged) require_once(LIBS . 'forum.php'); -$canEdit = hasFlag(FLAG_CONTENT_FORUM) || superAdmin(); +$canEdit = Forum::isModerator(); if($canEdit) { $groups = new OTS_Groups_List();