Changeset 6217

Show
Ignore:
Timestamp:
06/08/08 20:19:31 (4 months ago)
Author:
inureyes
Message:

#852

  • 관련 컴포넌트 살짝 수정
Files:
1 modified

Legend:

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

    r5775 r6217  
    140140            if (!Validator::number($this->commenter, 1)) 
    141141                return $this->_error('commenter'); 
     142            if (!$this->name = User::getName($this->commenter)) 
     143                return $this->_error('commenter'); 
    142144            $query->setAttribute('replier', $this->commenter); 
    143145        }