1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix Sniff fail

This commit is contained in:
Tim Düsterhus 2013-01-07 18:51:57 +01:00
parent 8d077a0d98
commit 335fa0ea7a

View File

@ -50,7 +50,7 @@ final class ChatUtil {
* @return array * @return array
*/ */
public static function getDiedUsers() { public static function getDiedUsers() {
$packageID = \wcf\util\ChatUtil::getPackageID(); $packageID = self::getPackageID();
if (self::nodePushRunning()) { if (self::nodePushRunning()) {
$time = TIME_NOW - 120; $time = TIME_NOW - 120;
} }