id is a property, not a method
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 19 Feb 2010 15:12:35 +0000 (10:12 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 19 Feb 2010 15:12:52 +0000 (10:12 -0500)
ansel/lib/Gallery.php

index e85694f..7d6e976 100644 (file)
@@ -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;
     }
 
     /**