Wikivoyage to OBF migration: Work in progress 2.
This commit is contained in:
parent
e130c12ab0
commit
df3c7f5ab5
1 changed files with 3 additions and 1 deletions
|
@ -198,7 +198,9 @@ public class TravelObfHelper implements TravelHelper{
|
|||
Iterator<Amenity> it = articles.iterator();
|
||||
while (it.hasNext()) {
|
||||
Amenity a = it.next();
|
||||
popularArticles.add(readArticle(a, language));
|
||||
if (!a.getName(language).equals("")) {
|
||||
popularArticles.add(readArticle(a, language));
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Reference in a new issue