From: Marcel Werk Date: Thu, 4 Sep 2014 20:28:58 +0000 (+0200) Subject: Added missing 'last change time' update X-Git-Tag: 2.1.0_Alpha_1~351 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1e5cd616c8eb0cd80768a628bcf2b80367417ec1;p=GitHub%2FWoltLab%2FWCF.git Added missing 'last change time' update --- 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 + )); } /**