From c9b285790f0ba6aea71c4132b2518efe25b5b653 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 19 Feb 2010 10:12:35 -0500 Subject: [PATCH] id is a property, not a method --- ansel/lib/Gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/lib/Gallery.php b/ansel/lib/Gallery.php index e85694f23..7d6e976a8 100644 --- a/ansel/lib/Gallery.php +++ b/ansel/lib/Gallery.php @@ -196,7 +196,7 @@ class Ansel_Gallery extends Horde_Share_Object_sql_hierarchical /* Save all changes to the gallery */ $this->save(); - return $image->id(); + return $image->id; } /** -- 2.11.0