mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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
|
|
@ -167,7 +167,6 @@
|
|||
|
||||
$__Context = &$GLOBALS['__Context__'];
|
||||
$__Context->tpl_path = $filepath;
|
||||
if($_SESSION['is_logged']) $__Context->logged_info = $_SESSION['logged_info'];
|
||||
|
||||
ob_start();
|
||||
@include($cache_file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue