mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +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
|
|
@ -36,7 +36,7 @@ class TemplateHandler
|
|||
ini_set('pcre.jit', false);
|
||||
$this->config = new stdClass;
|
||||
$this->handler_mtime = filemtime(__FILE__);
|
||||
$this->user = Rhymix\Framework\Session::getMemberInfo() ?: new Rhymix\Framework\Helpers\SessionHelper;
|
||||
$this->user = Rhymix\Framework\Session::getMemberInfo();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue