Changeset 1049
- Timestamp:
- 04/27/2008 11:23:39 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.1.6.5/handlers/page/addcomment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.6.5/handlers/page/addcomment.php
r836 r1049 1 1 <?php 2 2 3 if ($this->HasAccess("comment") || $this->IsAdmin())3 if (($this->HasAccess("comment") || $this->IsAdmin()) && $this->existsPage($this->tag)) 4 4 { 5 5 $redirectmessage = "";