Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3.5, 3.4.2, 3.5
-
Fix Version/s: 3.5
-
Component/s: Privacy
-
Testing Instructions:
-
Affected Branches:MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
Fixed Branches:MOODLE_35_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-62445-master -
Pull Master Diff URL:
Description
I noticed the error in the cron:
Notice: Undefined property: stdClass::$maildisplay in /home/marina/repositories/mdk_master/moodle/lib/moodlelib.php on line 6091
|
|
Notice: Undefined property: stdClass::$maildisplay in /home/marina/repositories/mdk_master/moodle/lib/moodlelib.php on line 6092
|
Also the emails to DPO come from user without a name.
This happens because we pass exported user object to send_message() instead of a db record from 'users' table (or userid)
Attachments
Issue Links
- Discovered while testing
-
MDL-62134 Add error handling for exports and deletes
-
- Closed
-