From f7ed46cb23c38f5d5b73094b9127a8835ceab93c Mon Sep 17 00:00:00 2001 From: Comatoast Date: Sun, 17 Jan 2021 18:30:42 -0800 Subject: [PATCH] Fixed: Mod Log Permissions --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 241e27da..b5178fc4 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1567,7 +1567,7 @@ // Create a user $config['mod']['createusers'] = ADMIN; // View the moderation log - $config['mod']['modlog'] = ADMIN; + $config['mod']['modlog'] = MOD; // View IP addresses of other mods in ?/log $config['mod']['show_ip_modlog'] = ADMIN; // View relevant moderation log entries on IP address pages (ie. ban history, etc.) Warning: Can be