-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.4
Try to go to user/repository.php
You'll get the following error:
Warning: require(tabs.php): Failed to open stream: No such file or directory
|
After removing the missing tabs.php require, you'll get the following warning:
Warning: Attempt to read property "id" on int in /your/path/to/stable_master/moodle/repository/lib.php on line 1035
|
It doesn't seem user/repository is being linked anywhere. That's probably why this hasn't been detected so far.
- Discovered while testing
-
MDL-78806 Accessibility issue: Page title does not contain website (WCAG 2.1 - 2.4.2 Page Titled)
- Closed