버그 수정

This commit is contained in:
2019-04-21 03:04:08 +09:00
parent 45d848cbb9
commit 24d01a2156
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -204,6 +204,7 @@ class Session
$this->set('acl', null);
$this->set('reqOTP', null);
$this->set('time', time());
$this->set('lastMsgGet', null);
return $this;
}