Skip to content

Commit

Permalink
Merge 778d7cb into a428c27
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 22, 2017
2 parents a428c27 + 778d7cb commit 59fe5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ php:
- nightly

sudo: false
dist: precise

cache:
pip: true
Expand Down
1 change: 1 addition & 0 deletions Filter/TranslationFieldFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public function filter(ProxyQueryInterface $queryBuilder, $alias, $field, $data)
foreach ($joins as $join) {
if ($join->getAlias() === $joinAlias) {
$aliasAlreadyExists = true;

break 2;
}
}
Expand Down

0 comments on commit 59fe5a0

Please sign in to comment.