Index: trunk/extensions/MetadataEdit/MetadataEdit.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | throw new MWException( '$wgMetadataWhitelist is not set to a valid page title.' ); |
82 | 82 | } |
83 | 83 | $wl_article = new Article ( $wl_title ); |
84 | | - $wl = array();//explode ( "\n" , $wl_article->getContent() ); |
| 84 | + $wl = explode ( "\n" , $wl_article->getContent() ); |
85 | 85 | foreach ( $wl AS $x ) { |
86 | 86 | $isentry = false; |
87 | 87 | $x = trim ( $x ); |