|
@@ -440,7 +440,7 @@ |
|
|
block discarded – undo |
|
440
|
440
|
. ' ' |
|
441
|
441
|
. '-u' . escapeshellarg($this->dbSettings['username']) |
|
442
|
442
|
. ' ' |
|
443
|
|
- . (isset($this->dbSettings['port']) && is_numeric($this->dbSettings['port']) && (int)$this->dbSettings['port'] > 0 |
|
|
443
|
+ . (isset($this->dbSettings['port']) && is_numeric($this->dbSettings['port']) && (int) $this->dbSettings['port'] > 0 |
|
444
|
444
|
? '-P' . escapeshellarg($this->dbSettings['port']) . ' ' : '') |
|
445
|
445
|
. (strlen($this->dbSettings['password']) |
|
446
|
446
|
? '--password=' . escapeshellarg($this->dbSettings['password']) . ' ' : '') |
Please login to merge, or discard this patch.