Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-12-02 13:23:10 +01:00
commit 3cbd14f154

View file

@ -109,7 +109,7 @@ public class RouteDataObject {
public String getRef(boolean direction) {
if (getDestinationRef(direction) != null) {
return getDestinationRef(boolean direction);
return getDestinationRef(direction);
}
if (names != null) {
return names.get(region.refTypeRule);