diff --git a/file/lib/util/ChatUtil.class.php b/file/lib/util/ChatUtil.class.php index d125b14..5b1224e 100644 --- a/file/lib/util/ChatUtil.class.php +++ b/file/lib/util/ChatUtil.class.php @@ -50,7 +50,7 @@ final class ChatUtil { * @return array */ public static function getDiedUsers() { - $packageID = \wcf\util\ChatUtil::getPackageID(); + $packageID = self::getPackageID(); if (self::nodePushRunning()) { $time = TIME_NOW - 120; }