projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb0ceb
)
id is a property, not a method
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 19 Feb 2010 15:12:35 +0000
(10:12 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 19 Feb 2010 15:12:52 +0000
(10:12 -0500)
ansel/lib/Gallery.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Gallery.php
b/ansel/lib/Gallery.php
index
e85694f
..
7d6e976
100644
(file)
--- 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;
}
/**