Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Jan 25, 2018
1 parent 7e36ab9 commit d170c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_content/models/articles.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ protected function getListQuery()
$orderDirn = $this->state->get('list.direction', 'DESC');

$query->order($db->escape($orderCol) . ' ' . $db->escape($orderDirn));
$tmp = (string) ($query);

return $query;
}

Expand Down

0 comments on commit d170c06

Please sign in to comment.