-
Task
-
Resolution: Fixed
-
Minor
-
None
-
2.3
-
MOODLE_23_STABLE
The get_context_instance() function was marked as deprecated in 2.1.
We need to change any call to get_context_instance() to context_xxxx::instance() and then remove the get_context_instance() itself.
There are other library functions that utilise this call. They should be changed over as well.