mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
issue 68 $_SESSION['logged_info'] delete.
because $_SESSION['logged_info'] deprecated. if want use logged_info variable, can use variable in Context git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8567 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0bf52edba1
commit
dd52750715
7 changed files with 7 additions and 16 deletions
|
|
@ -150,7 +150,6 @@
|
|||
if(Context::isInstalled()) return new Object(-1, 'msg_already_installed');
|
||||
// Assign a temporary administrator when installing
|
||||
$logged_info->is_admin = 'Y';
|
||||
$_SESSION['logged_info'] = $logged_info;
|
||||
Context::set('logged_info', $logged_info);
|
||||
|
||||
include $this->db_tmp_config_file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue