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.
This commit is contained in:
stronk7
2005-04-10 18:36:25 +00:00
parent 43dd005911
commit f1b1783d73
+1 -1
View File
@@ -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) {