From a08554321537beda3b3f3895fb5414531a733100 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 23:09:47 +0000 Subject: [PATCH] r602: Fixing parse error --- newcomment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newcomment.php b/newcomment.php index 917bddc..4b62510 100644 --- a/newcomment.php +++ b/newcomment.php @@ -20,7 +20,7 @@ if (!$bug) $message->error($lang->getlex('error_invalid_id')); } -if (!can_perform('canpostcomments', $bug['productid']))) +if (!can_perform('canpostcomments', $bug['productid'])) { $message->error_permission(); } -- 2.22.5