From 3131073da5a9b9c69c5b2b4509e985e9e27afe99 Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag Date: Mon, 3 Aug 2015 13:42:10 +0200 Subject: rename to TPL_ACTION_GET This event handles both known core types and unknown types as default --- inc/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/template.php b/inc/template.php index c5b2d566a..4433c508a 100644 --- a/inc/template.php +++ b/inc/template.php @@ -779,7 +779,7 @@ function tpl_get_action($type) { $data = compact('accesskey', 'type', 'id', 'method', 'params', 'nofollow', 'replacement'); - $evt = new Doku_Event('TPL_ACTION_UNKNOWN', $data); + $evt = new Doku_Event('TPL_ACTION_GET', $data); if($evt->advise_before()) { //handle unknown types if($unknown) { -- cgit v1.2.3