Skip to content
Snippets Groups Projects
Commit b20eed15 authored by David Stone's avatar David Stone
Browse files

fix error

parent 8a58013e
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ function load_autoload($name){
$name = str_replace('\\', '/', $name);
if(substr($name, 0, 9) == 'dokuwiki/') {
require substr($name, 9) . '.php';
return true
return true;
}
// Plugin loading
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment