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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user