Update follow_me.php

This commit is contained in:
FusionPBX
2019-01-19 11:59:47 -07:00
committed by GitHub
parent 732546b653
commit 9e1c8a3252

View File

@@ -310,7 +310,7 @@ include "root.php";
$x = 0;
if (is_array($result)) foreach ($result as &$row) {
if ($x > 0) {
$dial_string .= ",";
$dial_string .= ":_:";
}
if (($presence_id = extension_presence_id($row["follow_me_destination"])) !== false) {
$variables[] = "presence_id=".$presence_id."@".$_SESSION['domain_name'];