Skip to content

Commit e1483a4

Browse files
committed
Merge pull request #6 from splitbrain-forks/php7-signature
Adjust method signatures to match parent
2 parents c7d1a4f + 3250b20 commit e1483a4

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)