Use $this->user instead of $logged_info more consistently #1866

This commit is contained in:
Kijin Sung 2022-02-04 01:19:30 +09:00
parent cb9f3dd1db
commit 70cfe24cdd
6 changed files with 13 additions and 13 deletions

View file

@ -21,7 +21,7 @@ class SessionHelper
* @param int $member_srl (optional)
* @return void
*/
public function __construct($member_srl = null)
public function __construct($member_srl = 0)
{
// Load member information.
$member_srl = intval($member_srl);