mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
MVC / Backend - fix "escapeshellarg(): Passing null to parameter #1 ($arg) .."
This commit is contained in:
parent
75227f146c
commit
d674bf720f
@ -169,7 +169,7 @@ class Backend
|
||||
}
|
||||
|
||||
foreach ($params as $param) {
|
||||
$event .= ' ' . escapeshellarg($param);
|
||||
$event .= ' ' . escapeshellarg($param ?? '');
|
||||
}
|
||||
|
||||
return $this->configdRun($event, $detach, $timeout, $connect_timeout);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user