Update calls.php

This commit is contained in:
FusionPBX 2019-06-03 16:33:28 -06:00 committed by GitHub
parent 521d60cc29
commit 2d950545b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
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) {