Changeset 5627

Show
Ignore:
Timestamp:
03/24/08 14:31:52 (7 months ago)
Author:
inureyes
Message:

#852

  • 방명록의 댓글 알리미가 정상적으로 복원되도록 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/components/Textcube.Data.CommentNotified.php

    r5285 r5627  
    164164        } 
    165165        if (isset($this->entry)) { 
    166             if (!Validator::number($this->entry, 1)) 
     166            if (!Validator::number($this->entry, 0)) 
    167167                return $this->_error('entry'); 
    168168            $query->setAttribute('entry', $this->entry);