From d5ef3264bb1e9c19a9bc54ce00b2070147e21f09 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 15 Oct 2017 14:54:18 -0600 Subject: [PATCH] Update recordings.php --- app/recordings/recordings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index fcc51329e5..4a5908c83a 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -41,7 +41,7 @@ $order_by = $_GET["order_by"]; $order = $_GET["order"]; -//define order by default +//set the default order if ($order_by == '') { $order_by = "recording_name"; $order = "asc";