r95093 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95092‎ | r95093 | r95094 >
Date:15:36, 20 August 2011
Author:jeroendedauw
Status:ok (Comments)
Tags:lamecommitsummary 
Comment:
Modified paths:
  • /trunk/extensions/UploadWizard/includes/specials/SpecialUploadWizard.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/includes/specials/SpecialUploadWizard.php
@@ -170,7 +170,7 @@
171171 $page = Title::newFromText( str_replace( '$1', $wgLang->getCode(), $pageName ) );
172172
173173 if ( !is_null( $page ) && $page->exists() ) {
174 - $article = new Article( $page );
 174+ $article = new Article( $page, 0 );
175175 $content = $article->getContent();
176176 }
177177 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95033added warnings when trying to use invalid or disabled campaign and added head...jeroendedauw19:29, 19 August 2011

Comments

#Comment by 😂 (talk | contribs)   20:31, 20 August 2011

Would it be too much hassle to type out the whole word "followup?" I know hashar is to blame for starting this trend, but it's annoying.

#Comment by Nikerabbit (talk | contribs)   09:06, 21 August 2011

It's also annoying that follow-up can be written as follow up or even followup.

Status & tagging log