r103616 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103615‎ | r103616 | r103617 >
Date:21:54, 18 November 2011
Author:danwe
Status:deferred
Tags:
Comment:
ReflectionClass relict in Hash format removed
Modified paths:
  • /trunk/extensions/SemanticResultFormats/Array/SRF_Array.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/Array/SRF_Array.php
@@ -412,7 +412,6 @@
413413 //Hash extension is not installed in this wiki
414414 return false;
415415 }
416 - $hashExtClass = new ReflectionClass( get_class( $wgHashTables ) );
417416
418417 $version = null;
419418 if( defined( 'ExtHashTables::VERSION' ) ) {