비밀번호 찾기 메일에서 http 호스트정보가 누락된 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6474 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-04 01:39:16 +00:00
parent 386ba71385
commit a3aff7708d
2 changed files with 6 additions and 2 deletions

View file

@ -965,9 +965,13 @@
$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');
Context::set('find_url',substr(Context::getRequestUri(),0,-1).getUrl('','module','member','act','procMemberAuthAccount','member_srl',$member_info->member_srl, 'auth_key',$auth_args->auth_key));
$oTemplate = &TemplateHandler::getInstance();
$content = $oTemplate->compile($tpl_path, 'find_member_account_mail');
debugPrint($content);
// 사이트 웹마스터 정보를 구함
$oModuleModel = &getModel('module');
@ -983,7 +987,7 @@
// 메세지 return
$msg = sprintf(Context::getLang('msg_auth_mail_sent'), $member_info->email_address);
$this->setMessage($msg);
return new Object(0,$msg);
}
/**

View file

@ -10,4 +10,4 @@
</ul>
<hr noshade="noshade" />
{$lang->msg_find_account_comment}<br />
<a href="{getUrl('','module','member','act','procMemberAuthAccount','member_srl',$member_info->member_srl, 'auth_key',$auth_args->auth_key)}" target="_blank">{getUrl('','module','member','act','procMemberAuthAccount','member_srl',$member_info->member_srl,'auth_key',$auth_args->auth_key)}</a>
<a href="{$find_url}">{$find_url}</a>