mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Remove additional concatenation
This commit is contained in:
parent
2fef90895e
commit
0d33a412ae
@ -265,7 +265,7 @@ class WebServerModuleDebug extends Wizard
|
||||
);
|
||||
// Set execution timeout.
|
||||
$executionForPerform .= sprintf(
|
||||
$executionForPerform.' -m %d',
|
||||
' -m %d',
|
||||
$this->requestTimeout
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user