-
Bug
-
Resolution: Fixed
-
Minor
-
2.9
-
MOODLE_29_STABLE
-
MOODLE_29_STABLE
-
MDL-49854-master -
- Try to access the page being logged off grade/report/mygrades.php and make sure you got redirected to login page.
- Log in and visit my profile page, make sure it works as expect and doesn't show errors.
-
Team '; drop tables Sprint 6
Items that Dan pointed out:
- user/classes/output/myprofile/manager.php - Remove including the lib file
// Add core nodes.
$file = $CFG->libdir . "/myprofilelib.php";
if (is_readable($file)) {
require_once($file);
- grade/report/mygrades.php - Remove MOODLE_INTERNAL and put in a require_login check.
- lib/output*.php - Clear up confusion about $imagedata in the phpdocs, at the moment they don't agree with each other (render class phpdocs).
- course/user.php - perhaps include a developer debug message for the default at the end of the page. Re-word the comment.