-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.10, 3.2.7, 3.3.4, 3.4.1, 3.4.4, 3.5.1
-
MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
lots of entries in our error log like this:
PHP Notice: Undefined property: stdClass::$name in moodle/course/lib.php on line 1340,
looks like $name is never actually populated at this point - seems to be an issue in all branches.
creation of $subtype->name is moved from here:
https://github.com/moodle/moodle/commit/9ca0420e931fe877f33af54297f973c3beccaee3#diff-4c9e15f220b139143bd8750342ca43e5L1292
further down the function, but it is moved too far down the function.
- is a regression caused by
-
MDL-45064 Option to add Preconfigured LTI Tool to Activity Chooser
- Closed