From 2bf0b67809022b4d5924555901e070e81970fbe0 Mon Sep 17 00:00:00 2001 From: flop25 Date: Tue, 15 Jan 2013 23:11:14 +0000 Subject: bug:2820 Var renamed git-svn-id: http://piwigo.org/svn/trunk@20177 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/category_default.inc.php') diff --git a/include/category_default.inc.php b/include/category_default.inc.php index cab756bbc..41f83f9e1 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -153,7 +153,7 @@ foreach ($pictures as $row) $template->assign( array( 'derivative_params' => trigger_event('get_index_derivative_params', ImageStdParams::get_by_type( pwg_get_session_var('index_deriv', IMG_THUMB) ) ), - 'maxRequests' =>$conf['maxRequests'], + 'maxRequests' =>$conf['max_requests'], 'SHOW_THUMBNAIL_CAPTION' =>$conf['show_thumbnail_caption'], ) ); $tpl_thumbnails_var = trigger_event('loc_end_index_thumbnails', $tpl_thumbnails_var, $pictures); -- cgit v1.2.3