From 56a9192f53003ea7008440550c28bdca32e43100 Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 6 Jan 2023 00:02:40 +0000 Subject: [PATCH] Store forum permission types as numbers rather than bit shifts. --- src/Forum/perms.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/Forum/perms.php b/src/Forum/perms.php index a81a007..a574cc4 100644 --- a/src/Forum/perms.php +++ b/src/Forum/perms.php @@ -1,24 +1,24 @@