Index: trunk/extensions/UploadWizard/includes/specials/SpecialUploadWizard.php |
— | — | @@ -170,7 +170,7 @@ |
171 | 171 | $page = Title::newFromText( str_replace( '$1', $wgLang->getCode(), $pageName ) ); |
172 | 172 | |
173 | 173 | if ( !is_null( $page ) && $page->exists() ) { |
174 | | - $article = new Article( $page ); |
| 174 | + $article = new Article( $page, 0 ); |
175 | 175 | $content = $article->getContent(); |
176 | 176 | } |
177 | 177 | } |