mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 19:32:15 +09:00
3750 rollback
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3751 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1afc1d601f
commit
b5b724277d
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@
|
|||
|
||||
// 아이디로 검색
|
||||
$menu_str = Context::getLang('cmd_view_own_document');
|
||||
$menu_url = sprintf('./?mid=%s&search_target=member_srl&search_keyword=%s', $mid, $member_info->member_srl);
|
||||
$menu_url = sprintf('./?mid=%s&search_target=user_id&search_keyword=%s', $mid, $member_info->user_id);
|
||||
$obj[] = sprintf('%s,%s,move_url(\'%s\')', Context::getRequestUri().'/modules/member/tpl/images/icon_view_written.gif',$menu_str, $menu_url);
|
||||
|
||||
return new Object();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue