From 7b60b20170e772978f49dfb93acf15a6a0dbc032 Mon Sep 17 00:00:00 2001 From: stevenA Date: Sun, 16 Jan 2022 12:11:17 +0100 Subject: [PATCH] Fix installer coding error --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index d88f3d8..5d1d33d 100644 --- a/install.php +++ b/install.php @@ -43,7 +43,7 @@ foreach ($requiredClasses as $className) { } CheckAsteriskVersion(); -$sccp_compatible = $aminterface->getSCCPVersion['vCode']; +$sccp_compatible = $aminterface->getSCCPVersion()['vCode']; outn("
  • " . _("Sccp model Compatible code : ") . $sccp_compatible . "
  • "); if ($sccp_compatible == 0) {