From 1e5cd616c8eb0cd80768a628bcf2b80367417ec1 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 4 Sep 2014 22:28:58 +0200 Subject: [PATCH] Added missing 'last change time' update --- .../comment/manager/ModerationQueueCommentManager.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wcfsetup/install/files/lib/system/comment/manager/ModerationQueueCommentManager.class.php b/wcfsetup/install/files/lib/system/comment/manager/ModerationQueueCommentManager.class.php index faff440c87..ee316a6414 100644 --- a/wcfsetup/install/files/lib/system/comment/manager/ModerationQueueCommentManager.class.php +++ b/wcfsetup/install/files/lib/system/comment/manager/ModerationQueueCommentManager.class.php @@ -47,6 +47,9 @@ class ModerationQueueCommentManager extends AbstractCommentManager { $editor->updateCounters(array( 'comments' => $value )); + $editor->update(array( + 'lastChangeTime' => TIME_NOW + )); } /** -- 2.20.1