From b5bebda393a77d98ab62c4beb8da74d5fbc8bed2 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 5 May 2005 01:24:26 +0000 Subject: [PATCH] r79: Checking for the wrong thing in the PCV sanity check. --- editreport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editreport.php b/editreport.php index 5ff6545..9c8053e 100644 --- a/editreport.php +++ b/editreport.php @@ -70,7 +70,7 @@ if ($_POST['do'] == 'update') echo 'you need to enter a summary'; exit; } - if (!$bugsys->in['pcv']) + if (!$pcv) { echo 'invalid product/component/version'; exit; -- 2.22.5