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/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 1478b12a5..91fcd225f 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -771,5 +771,5 @@ $conf['chmod_value']= substr_compare(PHP_SAPI, 'apa', 0, 3)==0 ? 0777 : 0755; $conf['derivative_default_size'] = 'medium'; //Maximum Ajax requests at once, for thumbnails on-the-fly generation -$conf['maxRequests']=3; +$conf['max_requests']=3; ?> \ No newline at end of file -- cgit v1.2.3