mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-36413 Added "this->" to exclude variable assignment
The this-> keyword was missing from the $exclude = array() statement.
This commit is contained in:
parent
6109f2112c
commit
dd15ef0e1b
@ -137,7 +137,7 @@ abstract class user_selector_base {
|
||||
* Clear the list of excluded user ids.
|
||||
*/
|
||||
public function clear_exclusions() {
|
||||
$exclude = array();
|
||||
$this->exclude = array();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user