Bug fix
Missing closing bracket
This commit is contained in:
parent
97c02f125f
commit
2eab67a117
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue