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 @@
413
413
//Hash extension is not installed in this wiki
414
414
return false;
415
415
}
416
- $hashExtClass = new ReflectionClass( get_class( $wgHashTables ) );
417
416
418
417
$version = null;
419
418
if( defined( 'ExtHashTables::VERSION' ) ) {