Last modified: 2011-10-25 18:04:30 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T33942, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 31942 - deprecated message loading not needed in latest SVN
deprecated message loading not needed in latest SVN
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
SemanticResultFormats (Other open bugs)
unspecified
All All
: Unprioritized trivial (vote)
: ---
Assigned To: Jeroen De Dauw
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-25 17:24 UTC by DaSch
Modified: 2011-10-25 18:04 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description DaSch 2011-10-25 17:24:34 UTC
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.' );
}
Comment 1 Jeroen De Dauw 2011-10-25 18:04:30 UTC
Good catch. r100718

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links