From 8b0dd6e3914efcda86bfebcc49c523bfd7166222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 8 Mar 2012 21:31:09 +0100 Subject: [PATCH] SystemException was not imported --- file/lib/page/ChatPage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/page/ChatPage.class.php b/file/lib/page/ChatPage.class.php index 302ed4a..24d56a0 100644 --- a/file/lib/page/ChatPage.class.php +++ b/file/lib/page/ChatPage.class.php @@ -88,7 +88,7 @@ public function readData() { try { \wcf\util\ChatUtil::writeUserData(array('lastSeen' => end($this->newestMessages)->messageID)); } - catch (SystemException $e) { + catch (\wcf\system\SystemException $e) { \wcf\util\ChatUtil::writeUserData(array('lastSeen' => 0)); }