Skip to content

Commit

Permalink
MDL-47494 ddimageortext: Merge pull request #10 from jamiepratt/wip_l…
Browse files Browse the repository at this point in the history
…ib_fixes

Wip lib fixes
  • Loading branch information
timhunt committed Jun 21, 2012
2 parents f44c7f1 + db344be commit 9a25a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions question/type/ddimageortext/lib.php
Expand Up @@ -19,7 +19,7 @@
*
* @since 2.0
* @package qtype
* @subpackage essay
* @subpackage ddimageortext
* @copyright Dongsheng Cai <dongsheng@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand All @@ -29,7 +29,7 @@


/**
* Checks file access for essay questions.
* Checks file access for ddimageortext questions.
*/
function qtype_ddimageortext_pluginfile($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) {
global $CFG;
Expand Down

0 comments on commit 9a25a40

Please sign in to comment.