Skip to content

Commit

Permalink
Makes the plugin PHP7 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
downhamdave committed Apr 21, 2016
1 parent 08c7f6e commit 09b21c6
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 @@ -5,7 +5,7 @@

class action_plugin_legalnotice extends DokuWiki_Action_Plugin {

function register(&$controller) {
function register(Doku_Event_Handler $controller) {
$controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'legalnotice');
}

Expand Down

0 comments on commit 09b21c6

Please sign in to comment.