Changeset 6218 for trunk/components/Textcube.Data.CommentNotified.php
- Timestamp:
- 06/09/08 01:01:09 (6 months ago)
- Files:
-
- 1 modified
-
trunk/components/Textcube.Data.CommentNotified.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Textcube.Data.CommentNotified.php
r5775 r6218 96 96 if (!isset($this->remoteId)) 97 97 return $this->_error('remoteId'); 98 if (!isset($this->entryTitle)) 99 return $this->_error('entryTitle'); 98 if (!isset($this->entryTitle)) { 99 if($this->entry !== 0) return $this->_error('entryTitle'); 100 else $this->entryTitle = 'guestbook'; 101 } 100 102 if (!isset($this->entryUrl)) 101 103 return $this->_error('entryUrl');
