Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.8
-
Fix Version/s: None
-
Component/s: Block: Accessibility
-
Labels:None
-
Environment:Windows, XAMPP
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
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.
Thanks Michael,
I've committed that fix to CVS.