mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-20 01:55:02 +00:00
Update bridges.php
This commit is contained in:
@@ -207,9 +207,9 @@
|
||||
}
|
||||
echo "</tr>\n";
|
||||
|
||||
if (is_array($bridges)) {
|
||||
if (is_array($bridges) && @sizeof($bridges) != 0) {
|
||||
$x = 0;
|
||||
foreach($bridges as $row) {
|
||||
foreach ($bridges as $row) {
|
||||
if (permission_exists('bridge_edit')) {
|
||||
$list_row_url = "bridge_edit.php?id=".urlencode($row['bridge_uuid']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user