Commit 0080f3f4 authored by Franco Fichtner's avatar Franco Fichtner

plugins: fix previous

parent 7b07e6a5
...@@ -162,7 +162,7 @@ function plugins_firewall($fw) ...@@ -162,7 +162,7 @@ function plugins_firewall($fw)
return $fw; return $fw;
} }
function plugins_configure($verbose = true) function plugins_configure($verbose = false)
{ {
foreach (plugins_scan() as $name => $path) { foreach (plugins_scan() as $name => $path) {
require_once $path; require_once $path;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment