From f1b1783d733ce85def18ea2ba36a69f333b68c1f Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 10 Apr 2005 18:36:25 +0000 Subject: [PATCH] Whorkshop assessments weren't working in 1.4.4+ with secure forms enabled. this script can be called from a different one (assess.php), so I've used the 'nomatch' trick. --- mod/workshop/assessments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/workshop/assessments.php b/mod/workshop/assessments.php index c2b4460de12..b3972fdb7a3 100644 --- a/mod/workshop/assessments.php +++ b/mod/workshop/assessments.php @@ -752,7 +752,7 @@ // don't fiddle about, delete all the old and add the new! delete_records("workshop_grades", "assessmentid", $assessment->id); - $form = data_submitted(); + $form = data_submitted('nomatch'); //determine what kind of grading we have switch ($workshop->gradingstrategy) {