summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2015-08-03 13:42:10 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2015-08-03 13:42:10 +0200
commit3131073da5a9b9c69c5b2b4509e985e9e27afe99 (patch)
treece4818d9fb50bf6c69c67a72f44335f7151969f7
parent38d2ca460b25ec1ea86d513fa5eed27c362904d5 (diff)
downloadrpg-3131073da5a9b9c69c5b2b4509e985e9e27afe99.tar.gz
rpg-3131073da5a9b9c69c5b2b4509e985e9e27afe99.tar.bz2
rename to TPL_ACTION_GET
This event handles both known core types and unknown types as default
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
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) {