catalyst / moodle-local_datacleaner

Reduce, filter, and anonymize moodle data for non-prod environments
https://moodle.org/plugins/local_datacleaner
19 stars 17 forks source link

Undefined index when scrambling users with dry run #16

Closed roperto closed 7 years ago

roperto commented 8 years ago

Caused at:

https://github.com/catalyst/moodle-local_datacleaner/blob/6c942aa94b872104555ceb266f3ef3f7cf0a7530/cleaner/users/classes/clean.php#L275

roperto commented 8 years ago

Be aware until this is fixed: I suspect the dry-run check is ignored and the script continues to execute even in dry run.

roperto commented 7 years ago

Fixed in the commit above.