r39976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39975‎ | r39976 | r39977 >
Date:21:28, 25 August 2008
Author:demon
Status:old
Tags:
Comment:
Remove useless require_once() to already-loaded class.
Modified paths:
  • /trunk/extensions/SpamDiffTool/SpamDiffTool.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SpamDiffTool/SpamDiffTool.php
@@ -147,7 +147,6 @@
148148 return;
149149 }
150150 if ( !is_null( $diff ) ) {
151 - require_once( 'DifferenceEngine.php' );
152151
153152 # Get the last edit not by this guy
154153 $current = Revision::newFromTitle( $title );

Status & tagging log