MDL-34586 assignment - fix whitespace

This commit is contained in:
Damyon Wiese
2013-10-14 14:29:22 +08:00
parent 8afe4de645
commit f72e3fbbf2
+1 -1
View File
@@ -79,7 +79,7 @@ class moodle1_mod_assignment_handler extends moodle1_mod_handler {
*/
public function process_assignment($data) {
global $CFG;
// get the course module id and context id
$instanceid = $data['id'];
$cminfo = $this->get_cminfo($instanceid);