From: Sam Reed Date: Thu, 11 Aug 2011 23:58:29 +0000 (+0000) Subject: Whitespace X-Git-Tag: 1.31.0-rc.0~28335 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=8dc7b8889ff1cce89b111e6d33924a9debf8dd4e;p=lhc%2Fweb%2Fwiklou.git Whitespace Documentation --- diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index 52406a1a8f..d361065be2 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -260,7 +260,7 @@ class ApiUpload extends ApiBase { global $wgUser; $this->mUpload = new UploadFromStash( $wgUser ); } - + $this->mUpload->initialize( $this->mParams['filekey'], $this->mParams['filename'] ); } elseif ( isset( $this->mParams['chunk'] ) ) { diff --git a/includes/db/Database.php b/includes/db/Database.php index c81fb0b2f5..fc0f1848dc 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -2799,6 +2799,8 @@ abstract class DatabaseBase implements DatabaseType { /** * Begin a transaction, committing any previously open transaction + * + * @param $fname string */ function begin( $fname = 'DatabaseBase::begin' ) { $this->query( 'BEGIN', $fname ); diff --git a/includes/specials/SpecialWhatlinkshere.php b/includes/specials/SpecialWhatlinkshere.php index 5cdaad6af2..37404427f0 100644 --- a/includes/specials/SpecialWhatlinkshere.php +++ b/includes/specials/SpecialWhatlinkshere.php @@ -48,7 +48,7 @@ class SpecialWhatLinksHere extends SpecialPage { function execute( $par ) { $out = $this->getOutput(); - + $this->setHeaders(); $opts = new FormOptions();