Skip to content

Commit

Permalink
Merge pull request #257 from emodric/patch-3
Browse files Browse the repository at this point in the history
Fix menu item voter conflicting with other voters
  • Loading branch information
Łukasz Serwatka authored Dec 21, 2017
2 parents a5be7f1 + e4ad075 commit bb92bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Menu/Voter/LocationVoter.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ public function matchItem(ItemInterface $item)
}
}

return false;
return null;
}
}

0 comments on commit bb92bd9

Please sign in to comment.