Home
last modified time | relevance | path

Searched hist:"4352 f9743c9435eb23a267b4ac253a717102fec7" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Extension/
H A DEvent.php4352f9743c9435eb23a267b4ac253a717102fec7 Wed Jan 22 12:24:50 UTC 2020 Andreas Gohr <gohr@cosmocode.de> Better callable support in Event default actions

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