mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
Merge branch 'w04_MDL-31180_m23_closedproperty' of git://github.com/skodak/moodle
This commit is contained in:
commit
14926a50c7
@ -46,11 +46,11 @@ class fake_recordset implements Iterator {
|
||||
}
|
||||
|
||||
function close() {
|
||||
$closed=true;
|
||||
$this->closed=true;
|
||||
}
|
||||
|
||||
function was_closed() {
|
||||
return $closed;
|
||||
return $this->closed;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user