r94307 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94306‎ | r94307 | r94308 >
Date:23:58, 11 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Whitespace

Documentation
Modified paths:
  • /trunk/phase3/includes/api/ApiUpload.php (modified) (history)
  • /trunk/phase3/includes/db/Database.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialWhatlinkshere.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/Database.php
@@ -2799,6 +2799,8 @@
28002800
28012801 /**
28022802 * Begin a transaction, committing any previously open transaction
 2803+ *
 2804+ * @param $fname string
28032805 */
28042806 function begin( $fname = 'DatabaseBase::begin' ) {
28052807 $this->query( 'BEGIN', $fname );
Index: trunk/phase3/includes/api/ApiUpload.php
@@ -260,7 +260,7 @@
261261 global $wgUser;
262262 $this->mUpload = new UploadFromStash( $wgUser );
263263 }
264 -
 264+
265265 $this->mUpload->initialize( $this->mParams['filekey'], $this->mParams['filename'] );
266266
267267 } elseif ( isset( $this->mParams['chunk'] ) ) {
Index: trunk/phase3/includes/specials/SpecialWhatlinkshere.php
@@ -48,7 +48,7 @@
4949
5050 function execute( $par ) {
5151 $out = $this->getOutput();
52 -
 52+
5353 $this->setHeaders();
5454
5555 $opts = new FormOptions();

Status & tagging log