Corrected indentation

This commit is contained in:
Simon DELAGE 2014-09-02 02:55:38 +02:00
parent a44093f735
commit 71d672d3e6

View file

@ -16,7 +16,6 @@ require_once (DOKU_PLUGIN . '/acl/admin.php');
class action_plugin_userhomepage extends DokuWiki_Action_Plugin{
function register(&$controller) {
$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'redirect',array());
// $controller->register_hook('HTML_PAGE_FROMTEMPLATE', 'BEFORE', $this, 'page_template',array());
}
function redirect(&$event, $param) {
global $conf;