-
Bug
-
Resolution: Fixed
-
Major
-
4.2.1
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
This was partly resolved by MDL-78159 (here), but it only went as far as making current tests pass
However for third-party theme that define additional $configurable values, e.g. the Workplace theme has the following:
$THEME->removedprimarynavitems = ['home'];
|
Which triggers the following:
PHP Deprecated: Creation of dynamic property theme_config::$removedprimarynavitems is deprecated in /var/www/html/lib/outputlib.php on line 775
|
We should ensure that all properties that reach this line are defined in the class