-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
1.9.8
-
None
-
Windows, XAMPP
-
MySQL
-
MOODLE_19_STABLE
Hi,
I think recent changes have introduced a new bug. The block reported an error that a required file was missing.
Changing line 126 from...
$CFG->wwwroot.'/blocks/accessibility/local/accessibility.js.php'));
...to...
$CFG->wwwroot.'/blocks/accessibility/accessibility.js.php'));
...resolved the issue.