Missing closing bracket
This commit is contained in:
steve-lad 2021-05-31 12:57:16 +02:00
parent 97c02f125f
commit 2eab67a117

View file

@ -80,7 +80,7 @@ class aminterface
$this->load_subspace(); $this->load_subspace();
} }
if ($this->_config['enabled'] { if ($this->_config['enabled']) {
// Ami is not hard disabled in __construct line 63. // Ami is not hard disabled in __construct line 63.
if ($this->open()) { if ($this->open()) {
// Can open a connection. Now check compatibility with chan-sccp. // Can open a connection. Now check compatibility with chan-sccp.