Update follow_me.php
This commit is contained in:
parent
33689799d7
commit
732546b653
|
|
@ -332,8 +332,7 @@ include "root.php";
|
|||
}
|
||||
//toll allow
|
||||
if ($this->toll_allow != '') {
|
||||
$this->toll_allow = str_replace(",", "\,", $this->toll_allow);
|
||||
$variables[] = "toll_allow=''".$this->toll_allow."''";
|
||||
$variables[] = "toll_allow=''".str_replace(",", "\,", $this->toll_allow)."''";
|
||||
}
|
||||
|
||||
$variables[] = "instant_ringback=true";
|
||||
|
|
@ -396,8 +395,7 @@ include "root.php";
|
|||
|
||||
//toll allow
|
||||
if ($this->toll_allow != '') {
|
||||
$this->toll_allow = str_replace(",", "\,", $this->toll_allow);
|
||||
$variables[] = "toll_allow=''".$this->toll_allow."''";
|
||||
$variables[] = "toll_allow=''".str_replace(",", "\,", $this->toll_allow)."''";
|
||||
}
|
||||
|
||||
if ($this->follow_me_ignore_busy != 'true') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue