From bb30c81efcf60d289cf1514c0df0eebeb64381c5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 27 Feb 2018 21:34:54 -0700 Subject: [PATCH] Update follow_me.php --- 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 26c16c9cfb..8280680bdd 100644 --- a/app/calls/resources/classes/follow_me.php +++ b/app/calls/resources/classes/follow_me.php @@ -440,7 +440,7 @@ include "root.php"; $this->dial_string = $dial_string; $sql = "update v_follow_me set "; - $sql .= "dial_string = '".$this->dial_string."' "; + $sql .= "dial_string = '".check_str($this->dial_string)."' "; $sql .= "where domain_uuid = '".$this->domain_uuid."' "; $sql .= "and follow_me_uuid = '".$this->follow_me_uuid."' "; if ($this->debug) {