mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@3 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c040d4d713
commit
28133bfc96
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@
|
|||
function _fetch($compiled_tpl_file, $buff = NULL) {
|
||||
$__Context = &$GLOBALS['__Context__'];
|
||||
|
||||
if($_SESSION['is_logged']) $__Context->logged_info->$_SESSION['logged_info'];
|
||||
if($_SESSION['is_logged']) $__Context->logged_info = $_SESSION['logged_info'];
|
||||
|
||||
// ob_start를 시킨후 컴파일된 tpl파일을 include하고 결과를 return
|
||||
ob_start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue