From eb274bf3eeb34f70031e220941ee1340c75ac098 Mon Sep 17 00:00:00 2001 From: Jan Schumann Date: Mon, 2 Jan 2012 21:35:09 +0100 Subject: added plugin type 'auth' --- inc/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/init.php') diff --git a/inc/init.php b/inc/init.php index b3acf2e33..1d3588942 100644 --- a/inc/init.php +++ b/inc/init.php @@ -200,7 +200,7 @@ init_paths(); init_files(); // setup plugin controller class (can be overwritten in preload.php) -$plugin_types = array('admin','syntax','action','renderer', 'helper'); +$plugin_types = array('auth', 'admin','syntax','action','renderer', 'helper'); global $plugin_controller_class, $plugin_controller; if (empty($plugin_controller_class)) $plugin_controller_class = 'Doku_Plugin_Controller'; -- cgit v1.2.3