Update follow_me.php

This commit is contained in:
FusionPBX 2019-01-19 11:36:40 -07:00 committed by GitHub
parent 2928f13f48
commit 33689799d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ include "root.php";
//toll allow
if ($this->toll_allow != '') {
$this->toll_allow = str_replace(",", "\,", $this->toll_allow);
$variables[] = "toll_allow=''".$this->toll_allow."''";
}