Description: While the exchange of page is set in the XLPage, the EditQuickReference page called when editing is no longer the local version, but always the english version.
Line 1013 in pmwiki.php replacing : 'wiki:PmWiki.EditQuickReference' by 'wiki:$[PmWiki.EditQuickReference]' correct this bug noe
Fixed, thanks for the patch. --Pm
Is there a way to call , let's say, $groups.EditQuickReference
Because I want to get rid of wikilib.d
Sure, just do the following in config.php:
$HandleEditFmt= array(&$PageStartFmt, &$PageEditFmt,'wiki:$Group.EditQuickReference', &$PagePreviewFmt,&$PageEndFmt);
--Pm