Dokuwiki plugin cleanup.
This commit is contained in:
parent
b82a81ce2a
commit
4427315466
1 changed files with 0 additions and 3 deletions
|
@ -12,10 +12,8 @@ class action_plugin_brmburo extends DokuWiki_Action_Plugin
|
||||||
public function register(Doku_Event_Handler $controller)
|
public function register(Doku_Event_Handler $controller)
|
||||||
{
|
{
|
||||||
$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleActionActPreprocess');
|
$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleActionActPreprocess');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event handler for ACTION_ACT_PREPROCESS
|
* Event handler for ACTION_ACT_PREPROCESS
|
||||||
*
|
*
|
||||||
|
@ -35,4 +33,3 @@ class action_plugin_brmburo extends DokuWiki_Action_Plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue