Merge #1657 짧은 주소 미사용시 회원 가입후 이동할 주소가 잘못 생성되는 문제 수정 by YJSoft

* pr/1657:
  Dummy commit to trigger Travis CI update
  짧은 주소 미사용시 회원 가입후 이동할 주소가 잘못 생성되는 문제 수정
This commit is contained in:
Kijin Sung 2015-10-08 15:07:13 +09:00
commit e04e8cb248
3 changed files with 15 additions and 2 deletions

View file

@ -74,6 +74,11 @@ class memberModel extends member
if(!$config->signature_editor_skin || $config->signature_editor_skin == 'default') $config->signature_editor_skin = 'ckeditor';
if(!$config->sel_editor_colorset) $config->sel_editor_colorset = 'moono';
if($config->redirect_mid)
{
$config->redirect_url = getNotEncodedFullUrl('','mid',$config->redirect_mid);
}
$member_config = $config;
return $config;