summaryrefslogtreecommitdiff
path: root/inc/load.php
diff options
context:
space:
mode:
authorJan Schumann <js@schumann-it.com>2012-01-02 21:35:09 +0100
committerJan Schumann <js@schumann-it.com>2012-01-02 21:35:09 +0100
commiteb274bf3eeb34f70031e220941ee1340c75ac098 (patch)
treec38751212ea672eda5b847ebb0b5805aafcb44a1 /inc/load.php
parenteb2f7e5e56a00f69a13722cc4297a6d6a61bd00f (diff)
downloadrpg-eb274bf3eeb34f70031e220941ee1340c75ac098.tar.gz
rpg-eb274bf3eeb34f70031e220941ee1340c75ac098.tar.bz2
added plugin type 'auth'
Diffstat (limited to 'inc/load.php')
-rw-r--r--inc/load.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/load.php b/inc/load.php
index d30397f6e..36de5b69a 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -89,7 +89,7 @@ function load_autoload($name){
}
// Plugin loading
- if(preg_match('/^(helper|syntax|action|admin|renderer)_plugin_([^_]+)(?:_([^_]+))?$/',
+ if(preg_match('/^(auth|helper|syntax|action|admin|renderer)_plugin_([^_]+)(?:_([^_]+))?$/',
$name, $m)) {
//try to load the wanted plugin file
// include, but be silent. Maybe some other autoloader has an idea