From 2d950545b3cdbfae065bb3990dfef5eabd5322ae Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Jun 2019 16:33:28 -0600 Subject: [PATCH] Update calls.php --- app/calls/calls.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/calls/calls.php b/app/calls/calls.php index b96696166b..a1e35f8dae 100644 --- a/app/calls/calls.php +++ b/app/calls/calls.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2017 + Portions created by the Initial Developer are Copyright (C) 2008-2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -192,7 +192,7 @@ $parameters['domain_uuid'] = $_SESSION['domain_uuid']; $database = new database; $follow_me_enabled = $database->select($sql, $parameters, 'column'); - + if ($follow_me_enabled == 'true') { $follow_me_enabled = true; } //get destination count if enabled if ($follow_me_enabled) {