bug:2820 Var renamed

git-svn-id: http://piwigo.org/svn/trunk@20177 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25
2013-01-15 23:11:14 +00:00
parent 5d6dc81374
commit 2bf0b67809
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
?>