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

Revert accidental commit.

parent eab1ed54
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ class FeedsUserProcessor extends FeedsProcessor { ...@@ -100,7 +100,7 @@ class FeedsUserProcessor extends FeedsProcessor {
// Prepare term object. // Prepare term object.
$target_account = new stdClass(); $target_account = new stdClass();
$target_account->uid = 0; $target_account->uid = 0;
$target_account->roles = array_filter($this->config['roles']); $target_account->roles = $this->config['roles'];
$target_account->status = $this->config['status']; $target_account->status = $this->config['status'];
// Have parent class do the iterating. // Have parent class do the iterating.
......
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