Fix the follow me add method
This commit is contained in:
@@ -291,7 +291,7 @@ include "root.php";
|
|||||||
if ($this->follow_me_enabled == "true") {
|
if ($this->follow_me_enabled == "true") {
|
||||||
//add follow me
|
//add follow me
|
||||||
if (strlen($follow_me_uuid) == 0) {
|
if (strlen($follow_me_uuid) == 0) {
|
||||||
$this->follow_me_add();
|
$this->add();
|
||||||
}
|
}
|
||||||
//set the extension dial string
|
//set the extension dial string
|
||||||
$sql = "select * from v_follow_me_destinations ";
|
$sql = "select * from v_follow_me_destinations ";
|
||||||
|
|||||||
Reference in New Issue
Block a user