https://bugzilla.wikimedia.org/show_bug.cgi?id=31942
Web browser: ---
Bug #: 31942
Summary: deprecated message loading not needed in latest SVN
Product: MediaWiki extensions
Version: any
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: Unprioritized
Component: SemanticResultFormats
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
I think that
if ( version_compare( $wgVersion, '1.16', '<' ) ) {
wfLoadExtensionMessages( 'SemanticResultFormats' );
}
is not needed in latest SVN of SemanticResultFormats.php
on the beginn MW 1.16 is already checked and mentioned as not supported
if ( version_compare( $wgVersion, '1.16', '<' ) ) {
die( '<b>Error:</b> This version of Semantic Result Formats requires
MediaWiki 1.16 or above; use SRF 1.6.x for older versions.' );
}
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l