Index: trunk/extensions/SemanticForms/includes/SF_CreatePageJob.php |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | wfProfileOut( __METHOD__ ); |
31 | 31 | return false; |
32 | 32 | } |
33 | | - $article = new Article( $this->title ); |
| 33 | + $article = new Article( $this->title, 0 ); |
34 | 34 | if ( !$article ) { |
35 | 35 | $this->error = 'createPage: Article not found "' . $this->title->getPrefixedDBkey() . '"'; |
36 | 36 | wfProfileOut( __METHOD__ ); |