mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-08-12 23:52:55 +00:00
fix bug#956 (also sp. in pluginutils)
darcs-hash:20061027004117-9b6ab-b7eda08e246e942a1ca4841b94abeda4c2ed722c.gz
This commit is contained in:
@ -82,7 +82,7 @@ function &plugin_load($type,$name){
|
||||
}
|
||||
}
|
||||
|
||||
//construct class and instanciate
|
||||
//construct class and instantiate
|
||||
$class = $type.'_plugin_'.$name;
|
||||
if (!class_exists($class)) return null;
|
||||
|
||||
|
Reference in New Issue
Block a user