r23140 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23139‎ | r23140 | r23141 >
Date:21:49, 20 June 2007
Author:aaron
Status:old
Tags:
Comment:
*Remove odd hook that made purging just show a blank page
Modified paths:
  • /trunk/extensions/Purge/Purge.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Purge/Purge.php
@@ -26,7 +26,7 @@
2727 $wgMessageCache->addMessage( 'purge', 'Purge' );
2828
2929 $wgHooks['SkinTemplateContentActions'][] = array( &$this, 'contentHook' );
30 - $wgHooks['ArticlePurge'][] = array( &$this, 'purgeHook' );
 30+ #$wgHooks['ArticlePurge'][] = array( &$this, 'purgeHook' );
3131 }
3232
3333 public static function contentHook( array &$content_actions ) {

Status & tagging log