From adf677f63c36c07606563cbaca279e6fd2a990d6 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 9 Jul 2013 00:07:59 +0000 Subject: [PATCH] Change the follow me methods to add and update remove the follow_me_ prefix. --- app/calls/resources/classes/follow_me.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/calls/resources/classes/follow_me.php b/app/calls/resources/classes/follow_me.php index 21901b0404..cf98e7263c 100644 --- a/app/calls/resources/classes/follow_me.php +++ b/app/calls/resources/classes/follow_me.php @@ -64,7 +64,7 @@ include "root.php"; public $destination_timeout = 0; public $destination_order = 1; - public function follow_me_add() { + public function add() { //set the global variable global $db; @@ -93,7 +93,7 @@ include "root.php"; $this->follow_me_destinations(); } //end function - public function follow_me_update() { + public function update() { //set the global variable global $db; //update follow me table