fix logic
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 31 May 2010 17:18:35 +0000 (13:18 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 31 May 2010 17:32:18 +0000 (13:32 -0400)
ansel/lib/Faces/Base.php

index ec55161..258ff24 100644 (file)
@@ -47,7 +47,7 @@ class Ansel_Faces_Base
         } else {
             $file = $image;
         }
-        if (empty($file) || !is_string($image)) {
+        if (empty($file)) {
               return array();
         }