mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-41556 - workshop: undefined constant FILE_INTERNAL message fixed.
This commit is contained in:
parent
ee788142f2
commit
146893d62f
@ -26,6 +26,7 @@
|
||||
|
||||
require_once(dirname(dirname(dirname(__FILE__))).'/config.php');
|
||||
require_once(dirname(__FILE__).'/locallib.php');
|
||||
require_once($CFG->dirroot . '/repository/lib.php');
|
||||
|
||||
$cmid = required_param('cmid', PARAM_INT); // course module id
|
||||
$id = optional_param('id', 0, PARAM_INT); // submission id
|
||||
|
Loading…
x
Reference in New Issue
Block a user