From a6fe54d94644e9d90ddc4215bd147df1f53cc214 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Sun, 18 Jul 2010 19:35:05 +0000
Subject: [PATCH] Revert accidental commit.

---
 plugins/FeedsUserProcessor.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/FeedsUserProcessor.inc b/plugins/FeedsUserProcessor.inc
index c0b0605d..e526ca8c 100644
--- a/plugins/FeedsUserProcessor.inc
+++ b/plugins/FeedsUserProcessor.inc
@@ -100,7 +100,7 @@ class FeedsUserProcessor extends FeedsProcessor {
     // Prepare term object.
     $target_account = new stdClass();
     $target_account->uid = 0;
-    $target_account->roles = array_filter($this->config['roles']);
+    $target_account->roles = $this->config['roles'];
     $target_account->status = $this->config['status'];
 
     // Have parent class do the iterating.
-- 
GitLab