mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Rollback typing parameter
This commit is contained in:
@@ -628,7 +628,7 @@ EOF;
|
|||||||
* @return string the command to launch mysqldump (without its params)
|
* @return string the command to launch mysqldump (without its params)
|
||||||
* @throws \BackupException
|
* @throws \BackupException
|
||||||
*/
|
*/
|
||||||
public static function MakeSafeMySQLCommand(string $sMySQLBinDir, string $sCmd)
|
public static function MakeSafeMySQLCommand($sMySQLBinDir, string $sCmd)
|
||||||
{
|
{
|
||||||
if (empty($sMySQLBinDir)) {
|
if (empty($sMySQLBinDir)) {
|
||||||
$sMySQLCommand = $sCmd;
|
$sMySQLCommand = $sCmd;
|
||||||
|
|||||||
Reference in New Issue
Block a user