MDL-47735 core: prevented iteration of 'groupmembersonly'

The course module variable 'groupmembersonly' was removed in 2.8.
This commit is contained in:
Mark Nelson 2014-10-17 18:18:11 -07:00
parent b49de5d930
commit c62ba9b8ca

View File

@ -1188,6 +1188,7 @@ class cm_info implements IteratorAggregate {
unset($props['showavailability']);
unset($props['availablefrom']);
unset($props['availableuntil']);
unset($props['groupmembersonly']);
foreach ($props as $key => $unused) {
$ret[$key] = $this->__get($key);