Remove additional concatenation

This commit is contained in:
felix.suarez 2023-12-19 08:56:54 -06:00
parent 2fef90895e
commit 0d33a412ae
1 changed files with 1 additions and 1 deletions
pandora_console/include/class

View File

@ -265,7 +265,7 @@ class WebServerModuleDebug extends Wizard
);
// Set execution timeout.
$executionForPerform .= sprintf(
$executionForPerform.' -m %d',
' -m %d',
$this->requestTimeout
);