Update recordings.php

This commit is contained in:
FusionPBX 2017-10-15 14:54:18 -06:00 committed by GitHub
parent 0ce79d1946
commit d5ef3264bb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
$order_by = $_GET["order_by"]; $order_by = $_GET["order_by"];
$order = $_GET["order"]; $order = $_GET["order"];
//define order by default //set the default order
if ($order_by == '') { if ($order_by == '') {
$order_by = "recording_name"; $order_by = "recording_name";
$order = "asc"; $order = "asc";