Skip to content

Commit

Permalink
Coding Standard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pols12 committed Jul 8, 2019
1 parent 1e49796 commit 495dbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/Api/Adapter/ItemSetAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function sortQuery(QueryBuilder $qb, array $query)
}
}
//In site view, sorting by admin-defined position
if(isset($this->siteItemSetsAlias)) {
if (isset($this->siteItemSetsAlias)) {
$qb->addOrderBy("$this->siteItemSetsAlias.position", 'ASC');
}
}
Expand Down

0 comments on commit 495dbdb

Please sign in to comment.