Skip to content
Snippets Groups Projects
Commit 3131073d authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

rename to TPL_ACTION_GET

This event handles both known core types and unknown types as default
parent 38d2ca46
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment