diff --git a/plugins/FeedsEntityProcessor.inc b/plugins/FeedsEntityProcessor.inc
index 5cab29d..1f10fda 100644
--- a/plugins/FeedsEntityProcessor.inc
+++ b/plugins/FeedsEntityProcessor.inc
@@ -74,7 +74,7 @@ class FeedsEntityProcessor extends FeedsProcessor {
   protected function entitySaveAccess($entity) {
 
     // The check will be skipped for anonymous users.
-    if ($this->config['authorize'] && !empty($entity->uid)) {
+    if (!empty($this->config['authorize']) && !empty($entity->uid)) {
 
       $author = user_load($entity->uid);
 
