From c99612b45a5dc835c26ad39903baea1479a2f12f Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 12 Aug 2009 14:55:06 -0400 Subject: [PATCH] this is now a static method of Ansel_Faces --- ansel/lib/Faces/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0