Changeset 1049

Show
Ignore:
Timestamp:
04/27/2008 11:23:39 PM (14 months ago)
Author:
BrianKoontz
Message:

Prohibit comments on non-existent pages. Refs #747, #749.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1.6.5/handlers/page/addcomment.php

    r836 r1049  
    11<?php 
    22 
    3 if ($this->HasAccess("comment") || $this->IsAdmin()) 
     3        if (($this->HasAccess("comment") || $this->IsAdmin()) && $this->existsPage($this->tag)) 
    44{ 
    55        $redirectmessage = "";