Skip to content

Commit

Permalink
Accurate empty alias type instead of null
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Apr 21, 2017
1 parent 9b66b18 commit 7a47d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planet_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
$preptype = $_GET['preptype'];
}

$sort = null;
$sort = array();
if (array_key_exists('sort', $_GET))
{
$preptype = $_GET['sort'];
Expand Down

0 comments on commit 7a47d54

Please sign in to comment.