mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
Use $this->user instead of $logged_info more consistently #1866
This commit is contained in:
parent
cb9f3dd1db
commit
70cfe24cdd
6 changed files with 13 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue