-
Bug
-
Resolution: Fixed
-
Minor
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_310_STABLE
-
From MDL-66135:
... but it called the attention like crazy to me, is there any reason for \ customfield_select\field_controller::get_options_array() to be static? It's the only static stuff within custom fields and, unless I'm wrong, all its uses are from instantiated places.
This is about to consider if there is any reason for it to be static and proceed to make it a normal instance method instead.
Ciao