Skip to content

Commit

Permalink
Merge pull request #2 from splitbrain-forks/php7-signature
Browse files Browse the repository at this point in the history
Adjust method signatures to match parent
  • Loading branch information
dryoo committed Jan 24, 2016
2 parents f3d7a63 + b73fc63 commit 5d7059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class action_plugin_livemark extends DokuWiki_Action_Plugin {

function register(&$controller) {
function register(Doku_Event_Handler $controller) {
if ( isset($_REQUEST['i']) ) { return; }
$controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'livemark__livemark');
}
Expand Down

0 comments on commit 5d7059f

Please sign in to comment.