diff options
author | Satoshi Sahara <sahara.satoshi@gmail.com> | 2020-08-19 19:13:30 +0900 |
---|---|---|
committer | Satoshi Sahara <sahara.satoshi@gmail.com> | 2020-08-19 19:13:30 +0900 |
commit | e6adf5b790d7dfdcd235614ffbb7c74dba9500e0 (patch) | |
tree | 115b02d3d9a7967d238f9184dcdc42f067a4987f /inc/html.php | |
parent | 0dd35558646b5859c816cdbe739beb4a87459c6a (diff) | |
download | dokuwiki-e6adf5b790d7dfdcd235614ffbb7c74dba9500e0.tar.gz dokuwiki-e6adf5b790d7dfdcd235614ffbb7c74dba9500e0.zip |
tigger HTMLFORM_*_OUTPUT events
trigger events in Form::toHTML() instead of using Event::createAndTrigger()
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index b9bd4db21..2a54661ae 100644 --- a/inc/html.php +++ b/inc/html.php @@ -537,7 +537,6 @@ function html_updateprofile() { * * @author Andreas Gohr <andi@splitbrain.org> * - * @triggers HTML_EDITFORM_OUTPUT * @deprecated 2020-07-18 */ function html_edit() { |