Page MenuHomePhabricator

$wgAutoLoadMaps = true is broken
Closed, ResolvedPublic

Description

Author: avarab

Description:
When $wgAutoLoadMaps is set this is executed:

if (autoInitMaps) {

addOnloadHook(slippymap_init);
addOnloadHook(prepPopupMap);

}

The prepPopupMap function doesn't exist.


Version: unspecified
Severity: major

Details

Reference
bz19595

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:42 PM
bzimport set Reference to bz19595.
bzimport added a subscriber: Unknown Object (MLST).

avarab wrote:

Removed that onload hook. Fixed in r53004