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

This commit is contained in:
zero 2007-04-16 01:05:32 +00:00
parent 2efc96a061
commit 897b68879f
15 changed files with 24 additions and 6 deletions

View file

@ -71,6 +71,7 @@
if(Context::get('is_logged')) {
$logged_info = Context::get('logged_info');
$obj->member_srl = $logged_info->member_srl;
$obj->user_id = $logged_info->user_id;
$obj->user_name = $logged_info->user_name;
$obj->nick_name = $logged_info->nick_name;
$obj->email_address = $logged_info->email_address;