Apply PR 101
This commit is contained in:
parent
9ae3638d04
commit
da9517a335
|
@ -1735,7 +1735,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->sccpvalues['sccp_compatible'] = array('keyword' => 'compatible', 'data' => $ver_id, 'type' => '1', 'seq' => '99');
|
$this->sccpvalues['sccp_compatible'] = array('keyword' => 'sccp_compatible', 'data' => $ver_id, 'type' => '1', 'seq' => '99');
|
||||||
$this->sccppath = $this->extconfigs->validate_init_path($confDir, $this->sccpvalues, $sccp_driver_replace);
|
$this->sccppath = $this->extconfigs->validate_init_path($confDir, $this->sccpvalues, $sccp_driver_replace);
|
||||||
$driver = $this->FreePBX->Core->getAllDriversInfo(); // ??????
|
$driver = $this->FreePBX->Core->getAllDriversInfo(); // ??????
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,6 @@ namespace FreePBX\modules\Sccp_manager\aminterface;
|
||||||
|
|
||||||
// ************************************************************************** Response *********************************************
|
// ************************************************************************** Response *********************************************
|
||||||
|
|
||||||
namespace FreePBX\modules\Sccp_manager\aminterface;
|
|
||||||
|
|
||||||
abstract class Response extends IncomingMessage
|
abstract class Response extends IncomingMessage
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -356,7 +356,7 @@ class dbinterface
|
||||||
$result = exec('mysqldump '.$database.' --password='.$pass.' --user='.$user.' --single-transaction >'.$filename, $output);
|
$result = exec('mysqldump '.$database.' --password='.$pass.' --user='.$user.' --single-transaction >'.$filename, $output);
|
||||||
return $filename;
|
return $filename;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check Table structure
|
* Check Table structure
|
||||||
*/
|
*/
|
||||||
|
@ -393,7 +393,7 @@ class dbinterface
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue