Merge branch 'wip-MDL-36413-master' of https://github.com/nicolasconnault/moodle

This commit is contained in:
Dan Poltawski 2012-11-14 09:18:27 +08:00
commit 25c1b2edc4

View File

@ -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();
}
/**