MDL-36413 Added "this->" to exclude variable assignment
The this-> keyword was missing from the $exclude = array() statement.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user