Remove additional concatenation
This commit is contained in:
parent
2fef90895e
commit
0d33a412ae
pandora_console/include/class
|
@ -265,7 +265,7 @@ class WebServerModuleDebug extends Wizard
|
|||
);
|
||||
// Set execution timeout.
|
||||
$executionForPerform .= sprintf(
|
||||
$executionForPerform.' -m %d',
|
||||
' -m %d',
|
||||
$this->requestTimeout
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue