mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -19,7 +19,7 @@ class sessionAdminController extends session
|
|||
*/
|
||||
function procSessionAdminClear()
|
||||
{
|
||||
$oSessionController = &getController('session');
|
||||
$oSessionController = getController('session');
|
||||
$oSessionController->gc(0);
|
||||
|
||||
$this->add('result',Context::getLang('session_cleared'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue