diff options
| author | bwarsaw | 2001-07-26 05:26:48 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-07-26 05:26:48 +0000 |
| commit | b901e97ba084381f344a1e5361ab1c2c6427c2af (patch) | |
| tree | ef7b8c98b5bb8afe532ccc7a87b9bebd4f58589d | |
| parent | 5324387a6fad8eff04eb197184221d358c4fa4a3 (diff) | |
| download | mailman-b901e97ba084381f344a1e5361ab1c2c6427c2af.tar.gz mailman-b901e97ba084381f344a1e5361ab1c2c6427c2af.tar.zst mailman-b901e97ba084381f344a1e5361ab1c2c6427c2af.zip | |
html_TOC(): Use archive_dir() instead of the archive_directory
attribute.
| -rw-r--r-- | Mailman/Archiver/HyperArch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py index 2585b49d5..abe407344 100644 --- a/Mailman/Archiver/HyperArch.py +++ b/Mailman/Archiver/HyperArch.py @@ -587,7 +587,7 @@ class HyperArchive(pipermail.T): def html_TOC(self): listname = self.maillist.internal_name() - mbox = os.path.join(self.maillist.archive_directory+'.mbox', + mbox = os.path.join(self.maillist.archive_dir()+'.mbox', listname+'.mbox') d = {"listname": self.maillist.real_name, "listinfo": self.maillist.GetScriptURL('listinfo', absolute=1), |
