diff --git a/includes/entity.inc b/includes/entity.inc
old mode 100644
new mode 100755
index 5fb36e2..6d7a84e
--- a/includes/entity.inc
+++ b/includes/entity.inc
@@ -355,7 +355,7 @@ class DrupalDefaultEntityController implements DrupalEntityControllerInterface {
       }
       // If loading entities only by conditions, fetch all available entities
       // from the cache. Entities which don't match are removed later.
-      elseif ($conditions) {
+      else {
         $entities = $this->entityCache;
       }
     }
