-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.5
In the file classes/task/cron_task.php of the scorm module I read:
namespace mod_scorm\task;
|
defined('MOODLE_INTERNAL') || die();
|
In the same file of the forum module I read:
namespace mod_forum\task;
|
without "defined('MOODLE_INTERNAL') || die();"
Not sure if they are correct both?
- duplicates
-
MDL-68176 Remove MOODLE_INTERNAL from files without side-effects
-
- Closed
-
- will be (partly) resolved by
-
MDLSITE-5967 Stop requiring MOODLE_INTERNAL for files without side-effects
-
- Closed
-