mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
plugins: fix argument count here
PR: b769f359b3 (commitcomment-24507972)
This commit is contained in:
parent
99a53ad9b8
commit
29f475dd3f
@ -31,5 +31,5 @@ require_once("config.inc");
|
||||
require_once("plugins.inc");
|
||||
|
||||
if (isset($argv[1])) {
|
||||
plugins_configure('webproxy', array(trim($argv[1], " \n")));
|
||||
plugins_configure('webproxy', true, array(trim($argv[1], " \n")));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user