r42941 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42940‎ | r42941 | r42942 >
Date:20:58, 31 October 2008
Author:tparscal
Status:old (Comments)
Tags:
Comment:
Changed delete command.
Modified paths:
  • /branches/CentralNotice-SpecialPage-Integration/SpecialNoticeTemplate.php (modified) (history)

Diff [purge]

Index: branches/CentralNotice-SpecialPage-Integration/SpecialNoticeTemplate.php
@@ -424,7 +424,7 @@
425425 $article = new Article(
426426 Title::newFromText( "centralnotice-template-{$name}", NS_MEDIAWIKI )
427427 );
428 - $article->doDeleteArticle( 'CentralNotice Automated Removal', true );
 428+ $article->doDeleteArticle( 'CentralNotice Automated Removal' );
429429 }
430430 }
431431

Comments

#Comment by Brion VIBBER (talk | contribs)   22:15, 31 October 2008

this fixes the suppression issue

Status & tagging log