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

           Summary: arraymaptemplate doesn't work when parser's preprocessor
                    class is set to hash
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: SemanticForms
        AssignedTo: yaro...@gmail.com
        ReportedBy: rlan...@gmail.com
                CC: wikibugs-l@lists.wikimedia.org


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.


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