aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_cats.inc.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-01-15 23:11:14 +0000
committerflop25 <flop25@piwigo.org>2013-01-15 23:11:14 +0000
commit2bf0b67809022b4d5924555901e070e81970fbe0 (patch)
treeb1a02a6736e3a9839c3ac7b0d7265138fe6384f8 /include/category_cats.inc.php
parent5d6dc8137455bc954c2afae7074fdf468b547e21 (diff)
bug:2820 Var renamed
git-svn-id: http://piwigo.org/svn/trunk@20177 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/category_cats.inc.php')
-rw-r--r--include/category_cats.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php
index 6f93dea91..414bc24ca 100644
--- a/include/category_cats.inc.php
+++ b/include/category_cats.inc.php
@@ -387,7 +387,7 @@ if (count($categories) > 0)
$derivative_params = trigger_event('get_index_album_derivative_params', ImageStdParams::get_by_type(IMG_THUMB) );
$tpl_thumbnails_var_selection = trigger_event('loc_end_index_category_thumbnails', $tpl_thumbnails_var_selection);
$template->assign( array(
- 'maxRequests' =>$conf['maxRequests'],
+ 'maxRequests' =>$conf['max_requests'],
'category_thumbnails' => $tpl_thumbnails_var_selection,
'derivative_params' => $derivative_params,
) );