We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7d1a4f + 3250b20 commit e1483a4Copy full SHA for e1483a4
action.php
@@ -20,7 +20,7 @@ class action_plugin_imgpaste extends DokuWiki_Action_Plugin {
20
private $tempdir = '';
21
private $tempfile = '';
22
23
- public function register(Doku_Event_Handler &$controller) {
+ public function register(Doku_Event_Handler $controller) {
24
25
$controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
26
0 commit comments