aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Action/Plugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Action/Plugin.php')
-rw-r--r--inc/Action/Plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Action/Plugin.php b/inc/Action/Plugin.php
index c3e16bf87..43964cf39 100644
--- a/inc/Action/Plugin.php
+++ b/inc/Action/Plugin.php
@@ -23,7 +23,7 @@ class Plugin extends AbstractAction {
* @triggers TPL_ACT_UNKNOWN
*/
public function tplContent() {
- $evt = new \Doku_Event('TPL_ACT_UNKNOWN', $this->actionname);
+ $evt = new \dokuwiki\Extension\Event('TPL_ACT_UNKNOWN', $this->actionname);
if($evt->advise_before()) {
msg('Failed to handle action: ' . hsc($this->actionname), -1);
}