-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
2.0
-
MOODLE_20_STABLE
On external db enrolment plugin library (/moodledirectory/enrol/database/lib.php), on line 365, code overwrite an existing variable which have a users id array used to sincronize.
Result: This makes plugin can't do enrolments and php crash for incompatible types.
Possible solution: rename this variable on the nested loop enviroment (it's a while).