r82633 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82632‎ | r82633 | r82634 >
Date:22:20, 22 February 2011
Author:reedy
Status:deferred
Tags:
Comment:
Add missing $wgOut
Modified paths:
  • /trunk/extensions/QrCode/QrCode.php (modified) (history)

Diff [purge]

Index: trunk/extensions/QrCode/QrCode.php
@@ -175,6 +175,7 @@
176176 * @return boolean status of file "upload"
177177 */
178178 public function run() {
 179+ global $wgOut;
179180
180181 $mUpload = new UploadFromFile();
181182 $mUpload->initialize( $this->_dstFileName, $this->_tmpName, null ); // we don't know the filesize, how could we?

Follow-up revisions

RevisionCommit summaryAuthorDate
r82634MFT r82633reedy22:26, 22 February 2011

Status & tagging log