-
Bug
-
Resolution: Fixed
-
Minor
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
MDL-83786-main -
-
-
The core_renderer had some new code introduced by MDL-63219 recently:
if (!empty($CFG->navfilter && !empty($CFG->stringfilters))) {
|
The first empty has a mis-placed paren.
There are two occurrences of this.
- is a regression caused by
-
MDL-63219 Add support for Moodle filters to Primary/Custom Menus
-
- Closed
-