From 5380f4e86c8b2b135a74937066d1e98fe24db285 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 2 Jun 2010 13:37:19 -0400 Subject: [PATCH] ws --- ansel/lib/Faces.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansel/lib/Faces.php b/ansel/lib/Faces.php index 42c17ef8a..13880b4b8 100644 --- a/ansel/lib/Faces.php +++ b/ansel/lib/Faces.php @@ -15,7 +15,7 @@ class Ansel_Faces * Delete faces from VFS and DB storage. * * @TODO: Move SQL queries to Ansel_Storage:: - * + * * @param Ansel_Image $image Image object to delete faces for * @param integer $face Face id * @static @@ -103,7 +103,7 @@ class Ansel_Faces if (!is_array($face)) { $face = $faces->getFaceById($face, true); } - $face_id = $face['face_id']; + $face_id = $face['face_id']; // The HTML to display the face image. $imghtml = sprintf("\"%s\"", -- 2.11.0