We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3daf99f + f9961d9 commit 173f062Copy full SHA for 173f062
cleaner/users/classes/clean.php
@@ -66,7 +66,7 @@ private static function create_user_id_list_to_update() {
66
67
echo "Fetching users to update...\n";
68
69
- $criteria = self::get_user_criteria(static::$options);
+ $criteria = self::get_user_criteria(get_config('cleaner_users'));
70
list($where, $whereparams) = self::get_user_where_sql($criteria);
71
72
$ids = $DB->get_records_select('user', 'id > 2 '.$where, $whereparams, 'id', 'id');
0 commit comments