diff --git a/app/dialplan/dialplans.php b/app/dialplan/dialplans.php index ae0a879872..94c673cc65 100644 --- a/app/dialplan/dialplans.php +++ b/app/dialplan/dialplans.php @@ -98,10 +98,10 @@ else { echo "
\n"; echo " \n"; echo " "; - if (strlen($app_uuid) == 0) { + if (strlen($app_uuid) > 0) { echo " "; } - if (strlen($order_by) == 0) { + if (strlen($order_by) > 0) { echo " "; echo " "; }