-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.5, 3.4.2, 3.5
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_35_STABLE
-
wip-
MDL-62445-master -
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)
- Discovered while testing
-
MDL-62134 Add error handling for exports and deletes
- Closed