MDL-77164 various: fix incorrect phpdocs
This commit is contained in:
@@ -97,6 +97,7 @@ class editor extends base {
|
||||
|
||||
public function load_settings(part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) {
|
||||
global $CFG, $USER, $DB, $OUTPUT, $PAGE; // In case settings.php wants to refer to them.
|
||||
/** @var \admin_root $ADMIN */
|
||||
$ADMIN = $adminroot; // May be used in settings.php.
|
||||
$plugininfo = $this; // Also can be used inside settings.php.
|
||||
$editor = $this; // Also can be used inside settings.php.
|
||||
|
||||
Reference in New Issue
Block a user