r62741 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62740‎ | r62741 | r62742 >
Date:17:29, 20 February 2010
Author:ialex
Status:deferred
Tags:
Comment:
Removed debugging code...
Modified paths:
  • /trunk/extensions/MetadataEdit/MetadataEdit.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MetadataEdit/MetadataEdit.php
@@ -80,7 +80,7 @@
8181 throw new MWException( '$wgMetadataWhitelist is not set to a valid page title.' );
8282 }
8383 $wl_article = new Article ( $wl_title );
84 - $wl = array();//explode ( "\n" , $wl_article->getContent() );
 84+ $wl = explode ( "\n" , $wl_article->getContent() );
8585 foreach ( $wl AS $x ) {
8686 $isentry = false;
8787 $x = trim ( $x );

Status & tagging log