From: Michael J. Rubinsky Date: Fri, 19 Feb 2010 15:12:35 +0000 (-0500) Subject: id is a property, not a method X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c9b285790f0ba6aea71c4132b2518efe25b5b653;p=horde.git id is a property, not a method --- 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; } /**