summaryrefslogtreecommitdiff
path: root/list_galleries.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-07-16 21:46:50 +0000
committerChristian Fowler <spider@viovio.com>2007-07-16 21:46:50 +0000
commit2952b8d2e65efed253076dab576f421066b93c3c (patch)
tree268a784acce78a0c6e55c6c8d46f7fd98ec7759b /list_galleries.php
parent967bd5e48f23cf73e5dce9b01c1118660b5fa703 (diff)
downloadfisheye-2952b8d2e65efed253076dab576f421066b93c3c.tar.gz
fisheye-2952b8d2e65efed253076dab576f421066b93c3c.tar.bz2
fisheye-2952b8d2e65efed253076dab576f421066b93c3c.zip
invoke content_list_function service function
Diffstat (limited to 'list_galleries.php')
-rw-r--r--list_galleries.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/list_galleries.php b/list_galleries.php
index 5e8cbb1..0b429ff 100644
--- a/list_galleries.php
+++ b/list_galleries.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/list_galleries.php,v 1.9 2006/03/22 14:19:30 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/list_galleries.php,v 1.10 2007/07/16 21:46:50 spiderr Exp $
* @package fisheye
* @subpackage functions
*/
@@ -31,6 +31,7 @@ if (!empty($_REQUEST['user_id']) && is_numeric($_REQUEST['user_id'])) {
$_REQUEST['thumbnail_size'] = $gBitSystem->getConfig( 'fisheye_list_thumbnail_size', 'small' );
$galleryList = $gFisheyeGallery->getList( $_REQUEST );
+$gFisheyeGallery->invokeServices( 'content_list_function', $_REQUEST );
// pagination
$offset = !empty( $_REQUEST['offset'] ) ? $_REQUEST['offset'] : 0;