Index: branches/CentralNotice-SpecialPage-Integration/SpecialNoticeTemplate.php |
— | — | @@ -424,7 +424,7 @@ |
425 | 425 | $article = new Article( |
426 | 426 | Title::newFromText( "centralnotice-template-{$name}", NS_MEDIAWIKI ) |
427 | 427 | ); |
428 | | - $article->doDeleteArticle( 'CentralNotice Automated Removal', true ); |
| 428 | + $article->doDeleteArticle( 'CentralNotice Automated Removal' ); |
429 | 429 | } |
430 | 430 | } |
431 | 431 | |