From 2eab67a117dc5aea03d24ffa12e4c63e0459576b Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Mon, 31 May 2021 12:57:16 +0200 Subject: [PATCH] Bug fix Missing closing bracket --- Sccp_manager.inc/aminterface.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sccp_manager.inc/aminterface.class.php b/Sccp_manager.inc/aminterface.class.php index 54aa095..b82932f 100644 --- a/Sccp_manager.inc/aminterface.class.php +++ b/Sccp_manager.inc/aminterface.class.php @@ -80,7 +80,7 @@ class aminterface $this->load_subspace(); } - if ($this->_config['enabled'] { + if ($this->_config['enabled']) { // Ami is not hard disabled in __construct line 63. if ($this->open()) { // Can open a connection. Now check compatibility with chan-sccp.