Skip to content

Commit

Permalink
Adjust method signatures to match parent
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jan 22, 2016
1 parent f3d7a63 commit b73fc63
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 b73fc63

Please sign in to comment.