From 4fb28787286cb01b92980313157a4ae9e0e9cff1 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 28 Feb 2023 23:17:00 +0000 Subject: [PATCH] admins can vote too --- core/userclass.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/userclass.php b/core/userclass.php index d3fbc7e9..fc04b60b 100644 --- a/core/userclass.php +++ b/core/userclass.php @@ -184,6 +184,7 @@ new UserClass("admin", "base", [ Permissions::EDIT_FEATURE => true, Permissions::BULK_EDIT_VOTE => true, Permissions::EDIT_OTHER_VOTE => true, + Permissions::CREATE_VOTE => true, Permissions::VIEW_SYSINTO => true, Permissions::HELLBANNED => false,