Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9
-
Component/s: Administration
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
With debugging on and prior to login, the front page displays
Notice: Undefined property: object::$email in /home/aborrow/workspace/MoodleHead/admin/settings/server.php on line 60
The code is attempting to get the user's email; however, there is no user. Should this be checked for? Is it worth checking?
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-12401 | list of other admin problems |
|
|
|
Yep did this today, thanks!