Update call_center_queue_edit.php

This commit is contained in:
FusionPBX 2019-08-15 03:48:41 -06:00 committed by GitHub
parent 8436ef7fcf
commit 9b7b461c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@
echo " <td></td>\n";
echo " </tr>\n";
$x = 0;
if (is_array($tiers) {
if (is_array($tiers)) {
foreach($tiers as $field) {
echo " <tr>\n";
echo " <td class=''>";