From: Michael J. Rubinsky Date: Mon, 31 May 2010 17:18:35 +0000 (-0400) Subject: fix logic X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=62f82fe3b1b46cd0e31c66147f910c6341f73745;p=horde.git fix logic --- diff --git a/ansel/lib/Faces/Base.php b/ansel/lib/Faces/Base.php index ec5516176..258ff246b 100644 --- a/ansel/lib/Faces/Base.php +++ b/ansel/lib/Faces/Base.php @@ -47,7 +47,7 @@ class Ansel_Faces_Base } else { $file = $image; } - if (empty($file) || !is_string($image)) { + if (empty($file)) { return array(); }