From 292bed896ed4ffbb2418ff3b2c2ddda3d2ca12d0 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 12 Aug 2014 05:31:39 +0000 Subject: [PATCH] Fix the follow me add method --- app/calls/resources/classes/follow_me.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/calls/resources/classes/follow_me.php b/app/calls/resources/classes/follow_me.php index 9732428604..7685d5b7b7 100644 --- a/app/calls/resources/classes/follow_me.php +++ b/app/calls/resources/classes/follow_me.php @@ -291,7 +291,7 @@ include "root.php"; if ($this->follow_me_enabled == "true") { //add follow me if (strlen($follow_me_uuid) == 0) { - $this->follow_me_add(); + $this->add(); } //set the extension dial string $sql = "select * from v_follow_me_destinations ";