Page MenuHomePhabricator

arraymaptemplate doesn't work when parser's preprocessor class is set to hash
Closed, ResolvedPublic

Description

When the following is in LocalSettings.php, arraymaptemplate doesn't work properly:

$wgParserConf = array(

'class' => 'Parser',
'preprocessorClass' => 'Preprocessor_Hash',

);

Nothing is returned from templates when this is used. It seems another function is called when this is set (renderArrayMapTemplateObj). If renderArrayMapTemplate is called instead, everything works properly.


Version: unspecified
Severity: normal

Details

Reference
bz20113

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:53 PM
bzimport set Reference to bz20113.

I believe this has been fixed in SF 1.9.1.