Show
Ignore:
Timestamp:
02/25/08 03:29:46 (11 months ago)
Author:
inureyes
Message:

#806

  • formatter를 변환할 때 에디터 전체를 초기화하도록 함.
  • modern editor 초기화시 markdown, textile 에디터의 경우 raw 편집모드를 기본으로 함.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/login/index.php

    r5365 r5395  
    4848    if (!$isLogin) { 
    4949        $message = _text('아이디 또는 비밀번호가 틀렸습니다.'); 
    50         if (!doesHaveMembership() && isLoginId($blogid, $_POST['loginid'])) 
     50        if (!doesHaveMembership() && isLoginId(getBlogId(), $_POST['loginid'])){ 
    5151            $showPasswordReset = true; 
     52        } 
    5253    } 
    5354    else if($isLogin == 2) {