MDL-47494 ddimageortext: NOBUG fixes for fileaccess through lib.php

added missing lib.php files and fixed comments
This commit is contained in:
Jamie Pratt
2012-06-21 12:45:11 +07:00
parent c109c9012e
commit 0749cc7c30
+2 -2
View File
@@ -19,7 +19,7 @@
*
* @since 2.0
* @package qtype
* @subpackage essay
* @subpackage ddimageortext
* @copyright Dongsheng Cai <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die();
/**
* Checks file access for essay questions.
* Checks file access for ddimageortext questions.
*/
function qtype_ddimageortext_pluginfile($course, $cm, $context, $filearea, $args, $forcedownload) {
global $CFG;