fix a typo in site settings page

Este commit está contenido en:
fabrixxm 2011-06-13 18:29:14 +02:00
padre ab27f1393e
commit 4ba23df20a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -153,7 +153,7 @@ function admin_page_site_post(&$a){
$verifyssl = ((x($_POST,'verifyssl')) ? True : False);
$proxyuser = ((x($_POST,'proxyuser')) ? notags(trim($_POST['global_search_url'])) : '');
$proxy = ((x($_POST,'proxy')) ? notags(trim($_POST['global_search_url'])) : '');
$timeout = ((x($_POST,'timeout')) ? intval(trim($_POST['maximagesize'])) : 60);
$timeout = ((x($_POST,'timeout')) ? intval(trim($_POST['timeout'])) : 60);
$a->config['sitename'] = $sitename;