Skip to content

Commit

Permalink
Pull upstream changes, which include splibrain PR for PHP7.
Browse files Browse the repository at this point in the history
  • Loading branch information
issmirnov committed Apr 28, 2016
2 parents 8709d36 + db4ead3 commit 7a9b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Expand Up @@ -12,7 +12,7 @@

class action_plugin_widearea extends DokuWiki_Action_Plugin {

function register(&$controller) {
function register(Doku_Event_Handler $controller) {
$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader', array());
}

Expand Down

0 comments on commit 7a9b4fd

Please sign in to comment.