this is now a static method of Ansel_Faces
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 12 Aug 2009 18:55:06 +0000 (14:55 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 12 Aug 2009 18:55:06 +0000 (14:55 -0400)
ansel/lib/Faces/Base.php

index 93303d5..639a239 100644 (file)
@@ -533,7 +533,7 @@ class Ansel_Faces_Base
         }
 
         // Clean up any existing faces we may have had in this image.
-        $result = $this->delete($image);
+        $result = Ansel_Faces::delete($image);
 
         // Process faces
         $fids = array();