Skip to content

Commit

Permalink
Merge pull request #96 from JorgenSolli/feature/sort-alphabetically
Browse files Browse the repository at this point in the history
Sort tags by keyword instead of ID
  • Loading branch information
emodric authored Apr 2, 2019
2 parents 905da90 + bd5c6e0 commit 6f83353
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ function (array $row) {
$tagIds
)
);
$query->orderBy('eztags_keyword.keyword', 'ASC');

$statement = $query->prepare();
$statement->execute();
Expand Down

0 comments on commit 6f83353

Please sign in to comment.