r92227 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92226‎ | r92227 | r92228 >
Date:05:32, 15 July 2011
Author:demon
Status:ok
Tags:
Comment:
Fix for r92187
Modified paths:
  • /trunk/phase3/includes/ExternalEdit.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ExternalEdit.php
@@ -37,7 +37,7 @@
3838 * @param $mode String What mode we're using. Only 'file' has any effect
3939 */
4040 public function __construct( $title, $mode ) {
41 - $this->title = $article->getTitle();
 41+ $this->title = $title;
4242 $this->mode = $mode;
4343 }
4444

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92187Various cleanups to ExternalEdit. Documentation, code style, removed some unu...demon20:19, 14 July 2011

Status & tagging log