1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-05 15:57:04 +02:00

MDL-34586 assignment - fix whitespace

This commit is contained in:
Damyon Wiese 2013-10-14 14:26:43 +08:00
parent 48947db114
commit 185364d366

@ -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);