Merge branch 'MDL-35662' of git://github.com/netspotau/moodle-mod_assign

This commit is contained in:
Eloy Lafuente (stronk7) 2012-10-01 13:14:43 +02:00
commit a499689c8b

View File

@ -2461,6 +2461,8 @@ class assign {
$prefix = 'plugingradingbatchoperation_';
if ($data->operation == 'grantextension') {
// Reset the form so the grant extension page will create the extension form.
$mform = null;
return 'grantextension';
} else if (strpos($data->operation, $prefix) === 0) {
$tail = substr($data->operation, strlen($prefix));