Skip to content

Commit 3250b20

Browse files
committed
Adjust method signatures to match parent
1 parent c7d1a4f commit 3250b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class action_plugin_imgpaste extends DokuWiki_Action_Plugin {
2020
private $tempdir = '';
2121
private $tempfile = '';
2222

23-
public function register(Doku_Event_Handler &$controller) {
23+
public function register(Doku_Event_Handler $controller) {
2424

2525
$controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
2626

0 commit comments

Comments
 (0)