Changeset 1050

Show
Ignore:
Timestamp:
04/27/2008 11:30:35 PM (2 years ago)
Author:
BrianKoontz
Message:

Ported to 1.1.7. Refs #747, #749.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/handlers/processcomment/processcomment.php

    r738 r1050  
    7676{ 
    7777        $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)) 
    7979        { 
    8080                $redirectmessage = '';