Merge branch 'MDL-45804_master' of https://github.com/markn86/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2014-06-10 01:14:21 +02:00
commit d1b183b94b

View File

@ -51,7 +51,7 @@ class submission_reassessed extends \core\event\base {
protected function init() {
$this->data['crud'] = 'u';
$this->data['edulevel'] = self::LEVEL_PARTICIPATING;
$this->data['objecttable'] = 'workshop_assessment';
$this->data['objecttable'] = 'workshop_assessments';
}
/**