|
The following code inside the foreach statement fixed the bug in MOODLE_19_STABLE and HEAD:
if (!is_array($value)) {
continue;
} It was not backported to 1.8 yet. The patch for MOODLE_18_STABLE is attached in waiting for +2 approval fixed in MOODLE_19_STABLE and HEAD recently. Not backported yet.
there are many other bugs in 1.8.x data mod, my +1 to concentrate on 1.9.1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
and fix if needed
thanks