Skip to content

Commit

Permalink
MDL-47494 ddwtos: Merge branch 'wip_lib_php_fixes_2_1' into wip_lib_f…
Browse files Browse the repository at this point in the history
…ixes

Conflicts:
	lib.php
Merge branch 'wip_lib_php_fixes_2_1' into wip_lib_fixes

Conflicts:
	lib.php
  • Loading branch information
jamiepratt committed Jun 21, 2012
2 parents 6ab6252 + 0ac7a9b commit b0da01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/type/ddwtos/lib.php
Expand Up @@ -33,6 +33,6 @@
function qtype_ddwtos_pluginfile($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) {
global $CFG;
require_once($CFG->libdir . '/questionlib.php');
question_pluginfile($course, $context, 'qtype_ddmarker', $filearea, $args, $forcedownload, $options);
question_pluginfile($course, $context, 'qtype_ddwtos', $filearea, $args, $forcedownload, $options);
}

0 comments on commit b0da01d

Please sign in to comment.