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: jeroen_ded...@yahoo.com
        ReportedBy: da...@daschmedia.de
                CC: wikibugs-l@lists.wikimedia.org, yaro...@gmail.com
    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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to