-
Bug
-
Resolution: Fixed
-
Minor
-
2.2.1
-
MOODLE_22_STABLE
-
MOODLE_23_STABLE
-
w10_
MDL-31301_m23_textlibcleanup -
In MDL-29027 textlib functions became static, but calling for this function is not changed. They are still called as textlib->substr(). It should be changed to textlib::substr().