mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
Add unit tests for Session::checkStart()
This commit is contained in:
parent
db7b613d03
commit
c1b932d360
2 changed files with 34 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ class Session
|
|||
self::$_started = false;
|
||||
self::$_member_info = false;
|
||||
self::_setKeys();
|
||||
session_destroy();
|
||||
@session_destroy();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue