From 335fa0ea7a7b1126971381637c04400bb84f2a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 7 Jan 2013 18:51:57 +0100 Subject: [PATCH] Fix Sniff fail --- file/lib/util/ChatUtil.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }