git-svn-id: http://xe-core.googlecode.com/svn/trunk@3 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-06 16:23:28 +00:00
parent c040d4d713
commit 28133bfc96

View file

@ -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();