Update calls.php
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
The Initial Developer of the Original Code is
|
The Initial Developer of the Original Code is
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
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.
|
the Initial Developer. All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
@@ -192,7 +192,7 @@
|
|||||||
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
||||||
$database = new database;
|
$database = new database;
|
||||||
$follow_me_enabled = $database->select($sql, $parameters, 'column');
|
$follow_me_enabled = $database->select($sql, $parameters, 'column');
|
||||||
|
|
||||||
if ($follow_me_enabled == 'true') { $follow_me_enabled = true; }
|
if ($follow_me_enabled == 'true') { $follow_me_enabled = true; }
|
||||||
//get destination count if enabled
|
//get destination count if enabled
|
||||||
if ($follow_me_enabled) {
|
if ($follow_me_enabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user