-
Bug
-
Resolution: Fixed
-
Minor
-
2.0.5, 2.1.2, 2.2
-
None
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
w43_
MDL-29966_m22_grouploading -
In /group/clientlib.js, line 186
replace
loadingImg.setAttribute("src", M.util.image_url('moodle', '/i/ajaxloader'));
with
loadingImg.setAttribute("src", M.util.image_url('/i/ajaxloader', 'moodle'));
Variables are supplied to the function in wrong order, the result is that the image isn't found (404 in apache log)