Changeset 1050
- Timestamp:
- 04/27/2008 11:30:35 PM (2 years ago)
- Files:
-
- 1 modified
-
trunk/handlers/processcomment/processcomment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/handlers/processcomment/processcomment.php
r738 r1050 76 76 { 77 77 $parent_id = (int) trim($_POST['comment_id']); 78 if ( $this->HasAccess('comment_post') || $this->IsAdmin())78 if (($this->HasAccess('comment_post') || $this->IsAdmin()) && $this->existsPage($this->tag)) 79 79 { 80 80 $redirectmessage = '';