Skip to content
Snippets Groups Projects
Commit b0195b78 authored by Alex Barth's avatar Alex Barth
Browse files

Notch up failed variable when validating user.

parent f4bff40a
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ class FeedsUserProcessor extends FeedsProcessor {
// Save the user.
if (!$this->validateUser($account)) {
$failed++;
continue;
}
user_save($account, (array) $account);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment