[dokuwiki] New PR: Better callable support in Event default actions

  • From: "splitbrain" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 22 Jan 2020 13:27:22 +0100 (CET)

Hi,

splitbrain opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/2970:

Instead of parsing the passed callback ourselves, this patch relies on 
`call_user_func_array()` instead to call an Event's default action. This 
ensures all possible ways to define a callback (including static methods) can 
be used.

This should fix a problem mentioned in #2943

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

89461a80-3d12-11ea-8de1-23eed31d9f03


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

Other related posts:

  • » [dokuwiki] New PR: Better callable support in Event default actions - splitbrain