Fix installer coding error
This commit is contained in:
parent
6b5cd413d7
commit
7b60b20170
|
@ -43,7 +43,7 @@ foreach ($requiredClasses as $className) {
|
|||
}
|
||||
|
||||
CheckAsteriskVersion();
|
||||
$sccp_compatible = $aminterface->getSCCPVersion['vCode'];
|
||||
$sccp_compatible = $aminterface->getSCCPVersion()['vCode'];
|
||||
|
||||
outn("<li>" . _("Sccp model Compatible code : ") . $sccp_compatible . "</li>");
|
||||
if ($sccp_compatible == 0) {
|
||||
|
|
Loading…
Reference in a new issue