Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing description of the moodle1 converter
  • Loading branch information
mudrd8mz committed May 17, 2011
1 parent 4eb2a09 commit 179982a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions backup/converter/moodle1/lib.php
Expand Up @@ -432,6 +432,18 @@ public function get_contextid($level, $instance) {
return $autoincrement;
}
}

/**
* @see parent::description()
*/
public static function description() {

return array(
'from' => backup::FORMAT_MOODLE1,
'to' => backup::FORMAT_MOODLE,
'cost' => 10,
);
}
}


Expand Down

0 comments on commit 179982a

Please sign in to comment.