Index: trunk/extensions/Translate/tag/RenderJob.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | $summary = $this->getSummary(); |
56 | 56 | $flags = $this->getFlags(); |
57 | 57 | |
58 | | - $article = new Article( $title ); |
| 58 | + $article = new Article( $title, 0 ); |
59 | 59 | |
60 | 60 | // @todo Fuzzybot hack |
61 | 61 | PageTranslationHooks::$allowTargetEdit = true; |