Skip to content

Commit

Permalink
XML update to next version, added first cut at Stripe plugin, new Twi…
Browse files Browse the repository at this point in the history
…lio composer lib, and a few other bits and pieces.
  • Loading branch information
cheesegrits committed Jan 3, 2017
1 parent 59651da commit cf3cc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_fabrik/models/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -2895,7 +2895,7 @@ public function buildQueryOrder($query = false)

$orderDirs = explode(',', $input->getString('order_dir', $input->getString('orderdir', '')));

if ($orderDirs[0] == '')
if ($orderDirs[0] == '' || $orderDirs[0] == '-')
{
$orderDirs = json_decode($table->order_dir, true);
}
Expand Down

0 comments on commit cf3cc91

Please sign in to comment.