https://bugzilla.wikimedia.org/show_bug.cgi?id=30486

--- Comment #6 from Jeroen De Dauw <[email protected]> 2011-08-22 
18:42:42 UTC ---
Just remove the version check in that case. It's in Maps.php and looks like
this:


if ( version_compare( $wgVersion, '1.17', '<' ) ) {
    die( '<b>Error:</b> This version of Maps requires MediaWiki 1.17 or above;
use Maps 0.7.x for older versions.' );
}


If the extensions work properly w/ "1.17wmf", then I'll modify the check to
also accept this version, even though it seems like a very unusual use case.
Why are you using this version and not 1.17?

-- 
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

Reply via email to