mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-04-01 10:54:52 +00:00
SystemException was not imported
This commit is contained in:
parent
382bbdba3c
commit
8b0dd6e391
@ -88,7 +88,7 @@ class ChatPage extends AbstractPage {
|
|||||||
try {
|
try {
|
||||||
\wcf\util\ChatUtil::writeUserData(array('lastSeen' => end($this->newestMessages)->messageID));
|
\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));
|
\wcf\util\ChatUtil::writeUserData(array('lastSeen' => 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user