projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9905df5
)
simplify
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 8 Sep 2010 21:30:02 +0000
(17:30 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 8 Sep 2010 21:35:15 +0000
(17:35 -0400)
ansel/lib/GalleryMode/Date.php
patch
|
blob
|
history
diff --git
a/ansel/lib/GalleryMode/Date.php
b/ansel/lib/GalleryMode/Date.php
index
cbb7440
..
7684d4a
100644
(file)
--- a/
ansel/lib/GalleryMode/Date.php
+++ b/
ansel/lib/GalleryMode/Date.php
@@
-550,8
+550,7
@@
class Ansel_GalleryMode_Date extends Ansel_GalleryMode_Base
// Get all of this grouping's children. At day level, these are all
// Ansel_Images.
$children = $this->getGalleryChildren(Horde_Perms::SHOW);
- $images = $this->_getArraySlice($children, $from, $count, true);
- return $images;
+ return $this->_getArraySlice($children, $from, $count, true);
} else {
// We don't want to work with any images at this level in a DateMode
// gallery.