projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75fe901
)
fix object name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 11 Dec 2010 23:40:39 +0000
(18:40 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 11 Dec 2010 23:40:39 +0000
(18:40 -0500)
ansel/lib/Block/gallery.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Block/gallery.php
b/ansel/lib/Block/gallery.php
index
8d44e2a
..
ebf6bc6
100644
(file)
--- a/
ansel/lib/Block/gallery.php
+++ b/
ansel/lib/Block/gallery.php
@@
-96,7
+96,7
@@
class Horde_Block_ansel_gallery extends Horde_Block
try {
$gallery = $this->_getGallery();
} catch (Horde_Exception $e) {
- return $
gallery
->getMessage();
+ return $
e
->getMessage();
}
$params = array('gallery_id' => $gallery->id,