-
Task
-
Resolution: Fixed
-
Minor
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
wip-
MDL-56110-master -
In MDL-55123 we have removed static calls to non-static function MoodleQuickForm::createElement in core form elements for php7.1 compatibility.
However if developers still continue doing it in their plugins they will not give any warning unless they test their plugins on php 7.1 .
We need to add a debugging message in Moodle so they fix the plugins and make them compatible with 7.1
Similar debugging message was added under MDL-52081 to prevent plugin developers from calling constructors by class names and only use __construct()
- has a non-specific relationship to
-
MDL-55123 Group mform elements call non-static function statically and fail in php 7.1
-
- Closed
-