[dokuwiki] New PR: Remove '?do=' from the end of the URL of Show Page

  • From: "chang-zhao" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 19 Jan 2017 15:30:32 +0100 (CET)

Hi,

chang-zhao opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/1805:

Pressing "Show Page" button we go to a page with '?do=' at the end of an 
address.
That breaks the functionality of "Page Rename" button.
So I propose change in case of type=show
<code>
$params    = array('do' => '');
</code>
to
<code>
$params    = '';
</code>
(Not sure however, would that cause side effects?)

Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

d47d1d80-de53-11e6-9f8c-67a3c852f6b7


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: Remove '?do=' from the end of the URL of Show Page - chang-zhao