00159: EditQuickReference not linked to local version

Summary: EditQuickReference not linked to local version
Created: 2004-11-13 12:42
Status: Closed - fixed for 2.0.beta6
Category: Bug
From: PRZ
Assigned:
Priority: 44
Version: 2.0 devel 26
OS:

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