summaryrefslogtreecommitdiffstats
path: root/util/local_database
diff options
context:
space:
mode:
Diffstat (limited to 'util/local_database')
-rw-r--r--util/local_database/xpathlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/local_database/xpathlite.py b/util/local_database/xpathlite.py
index 20034a5b5e..112dc14ce8 100644
--- a/util/local_database/xpathlite.py
+++ b/util/local_database/xpathlite.py
@@ -217,7 +217,7 @@ def _fixedLookupChain(dirname, name):
if parent_locale == u"root":
items = items[:i+1]
else:
- items = items[:i+1] + parent_locale.split() + items[i+1:]
+ items = items[:i+1] + _fixedLookupChain(dirname, parent_locale)
return items
return items