Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #19 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
garlik-gag committed Feb 4, 2016
2 parents 7815544 + 815e912 commit 24a4e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Expand Up @@ -15,7 +15,7 @@ class action_plugin_odt2dw extends DokuWiki_Action_Plugin {
/**
* Registers a callback function for a given event
*/
function register($controller) {
function register(Doku_Event_Handler $controller) {
// OdtFile Parser hook
$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_parser', array());
// Display form hook before the wiki page (on top); Maybe create a param to display the form after the page
Expand Down

0 comments on commit 24a4e96

Please sign in to comment.