Commit 12cdc463 authored by Franco Fichtner's avatar Franco Fichtner

plugins: fix previous

(cherry picked from commit 0080f3f4)
parent 5a325bff
......@@ -162,7 +162,7 @@ function plugins_firewall($fw)
return $fw;
}
function plugins_configure($verbose = true)
function plugins_configure($verbose = false)
{
foreach (plugins_scan() as $name => $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