summaryrefslogtreecommitdiff
path: root/mailman/Utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/Utils.py')
-rw-r--r--mailman/Utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/Utils.py b/mailman/Utils.py
index 714ef3da7..621a307d4 100644
--- a/mailman/Utils.py
+++ b/mailman/Utils.py
@@ -481,7 +481,7 @@ def findtext(templatefile, dict=None, raw=False, lang=None, mlist=None):
# Calculate the locations to scan
searchdirs = []
if mlist is not None:
- searchdirs.append(mlist.full_path)
+ searchdirs.append(mlist.data_path)
searchdirs.append(os.path.join(TEMPLATE_DIR, mlist.host_name))
searchdirs.append(os.path.join(TEMPLATE_DIR, 'site'))
searchdirs.append(TEMPLATE_DIR)