Update follow_me.php
This commit is contained in:
parent
a74e832542
commit
c8b5819f1d
|
|
@ -332,6 +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."''";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue