From 73cccc40f109ed2e703803d095259181b5e30f5e Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 17 Nov 2016 16:27:36 -0800 Subject: [PATCH] Issue #2016 - Extra debug info added. --- e107_plugins/forum/forum_post.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php index eaf40f6af..c0147be3f 100644 --- a/e107_plugins/forum/forum_post.php +++ b/e107_plugins/forum/forum_post.php @@ -1279,6 +1279,7 @@ class forum_post_handler if(!deftrue('MODERATOR')) { + e107::getDebug()->log("Move Thread attempted by non-moderator"); // No LAN necessary. return false; } @@ -1322,6 +1323,7 @@ class forum_post_handler { if(!deftrue('MODERATOR')) { + e107::getDebug()->log("Split Thread attempted by non-moderator"); // No LAN necessary. return false; }