From 7a47d542063dc838a578bec14de552037463f145 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 20 Apr 2017 23:12:06 -0600 Subject: [PATCH] Accurate empty alias type instead of null --- planet_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planet_report.php b/planet_report.php index f65482722..7a9aa0da6 100644 --- a/planet_report.php +++ b/planet_report.php @@ -32,7 +32,7 @@ $preptype = $_GET['preptype']; } -$sort = null; +$sort = array(); if (array_key_exists('sort', $_GET)) { $preptype = $_GET['sort'];