From: Aaron Schulz Date: Thu, 20 Oct 2011 19:05:48 +0000 (+0000) Subject: More whitespace tweaks...and fixed doc typo X-Git-Tag: 1.31.0-rc.0~26981 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=12b7bfe2333db4a6cd68c5372ac866ad7593ebf6;p=lhc%2Fweb%2Fwiklou.git More whitespace tweaks...and fixed doc typo --- diff --git a/thumb.php b/thumb.php index dfbd4a30b9..15a8666308 100644 --- a/thumb.php +++ b/thumb.php @@ -46,7 +46,7 @@ function wfThumbMain() { unset( $params['r'] ); // ignore 'r' because we unconditionally pass File::RENDER // Is this a thumb of an archived file? - $isOld = (isset( $params['archived'] ) && $params['archived']); + $isOld = ( isset( $params['archived'] ) && $params['archived'] ); unset( $params['archived'] ); // Some basic input validation @@ -182,7 +182,7 @@ function wfThumbError( $status, $msg ) { } else { header( 'HTTP/1.1 500 Internal server error' ); } - if( $wgShowHostnames ) { + if ( $wgShowHostnames ) { $url = htmlspecialchars( isset( $_SERVER['REQUEST_URI'] ) ? $_SERVER['REQUEST_URI'] : '' ); $hostname = htmlspecialchars( wfHostname() ); $debug = "\n\n";