Skip to content

Commit

Permalink
MDL-47494 ddimageortext: NOBUG fixing typo in code for course restore.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepratt committed Sep 13, 2011
1 parent e05bd4b commit ea9bec7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ protected function define_question_plugin_structure() {
$paths = array();

// Add own qtype stuff
$elename = dds;
$elename = 'dds';
$elepath = $this->get_pathfor('/'.self::qtype_name());
$paths[] = new restore_path_element($elename, $elepath);

Expand Down

0 comments on commit ea9bec7

Please sign in to comment.