From 0994ec46090d47dbdb8ca63fdf1b96699d5b6d85 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 27 Jul 2014 05:24:27 +0000 Subject: [PATCH] Fix the search string for the dialplans --- app/dialplan/dialplans.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 " "; }