We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d0d18 commit d562257Copy full SHA for d562257
classes/external/log_drain.php
@@ -19,7 +19,7 @@
19
defined('MOODLE_INTERNAL') || die();
20
require_once($CFG->dirroot . '/lib/externallib.php');
21
22
-// Note - external API has moved to namespaced classes in 4.2+ due to MDL-76583. Including externallib.php file
+// Note - external API has moved to namespaced classes in 4.2+ due to MDL-76583. Including the externallib.php file
23
// aliases the classes to maintain compatibility with 4.0+.
24
use external_api;
25
use external_function_parameters;
0 commit comments