diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-03 13:42:10 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-03 13:42:10 +0200 |
commit | 3131073da5a9b9c69c5b2b4509e985e9e27afe99 (patch) | |
tree | ce4818d9fb50bf6c69c67a72f44335f7151969f7 /inc | |
parent | 38d2ca460b25ec1ea86d513fa5eed27c362904d5 (diff) | |
download | rpg-3131073da5a9b9c69c5b2b4509e985e9e27afe99.tar.gz rpg-3131073da5a9b9c69c5b2b4509e985e9e27afe99.tar.bz2 |
rename to TPL_ACTION_GET
This event handles both known core types and unknown types as default
Diffstat (limited to 'inc')
-rw-r--r-- | inc/template.php | 2 |
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) { |