mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 11:32:12 +09:00
비밀번호 찾기 오류 수정 - by 백성찬님
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6587 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
735e945038
commit
bfd14e7996
1 changed files with 1 additions and 1 deletions
|
|
@ -966,7 +966,7 @@
|
|||
$tpl_path = sprintf('%sskins/%s', $this->module_path, $member_config->skin);
|
||||
if(!is_dir($tpl_path)) $tpl_path = sprintf('%sskins/%s', $this->module_path, 'default');
|
||||
|
||||
$find_url = getUrl('','module','member','act','procMemberAuthAccount','member_srl',$member_info->member_srl, 'auth_key',$auth_args->auth_key);
|
||||
$find_url = getUrl('','module','member','act','procMemberAuthAccount','member_srl',$member_info->member_srl, 'auth_key',$args->auth_key);
|
||||
if(!preg_match('/^http/i',$find_url)) $find_url = substr(Context::getRequestUri(),0,-1).$find_url;
|
||||
Context::set('find_url',$find_url);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue