Update Sccp_manager.class.php

This commit is contained in:
Phantom 2018-10-31 17:31:01 +03:00 committed by GitHub
parent cb9f9673cf
commit 0da6430b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1460,7 +1460,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
function init_sccp_path() {
global $db;
global $amp_conf;
$driver_revision = array('0' => '', '430' => '.v431', '431' => '.v431');
$driver_revision = array('0' => '', '430' => '.v431', '431' => '.v432');
$confDir = $amp_conf["ASTETCDIR"];