From: Michael J. Rubinsky Date: Wed, 12 Aug 2009 18:55:06 +0000 (-0400) Subject: this is now a static method of Ansel_Faces X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c99612b45a5dc835c26ad39903baea1479a2f12f;p=horde.git this is now a static method of Ansel_Faces --- diff --git a/ansel/lib/Faces/Base.php b/ansel/lib/Faces/Base.php index 93303d566..639a2395c 100644 --- a/ansel/lib/Faces/Base.php +++ b/ansel/lib/Faces/Base.php @@ -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();