Check the array isset in active calls.

This commit is contained in:
markjcrane 2016-04-28 21:29:54 -06:00
parent 0ec2083121
commit 7a9b9c8170
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-2012
Portions created by the Initial Developer are Copyright (C) 2008-2016
the Initial Developer. All Rights Reserved.
Contributor(s):
@ -94,7 +94,7 @@ else {
echo "</table>";
$rows = array();
foreach ($results["rows"] as &$row) {
if (isset($results["rows"])) foreach ($results["rows"] as &$row) {
//determine show all
if (!($show == 'all' && permission_exists('call_active_all'))) {
$foreign_call = true;