Index: branches/ariel/xmldumps-backup/worker.py |
— | — | @@ -865,7 +865,7 @@ |
866 | 866 | self.notice = FileUtils.readFile(noticeFile) |
867 | 867 | |
868 | 868 | def getNoticeFilename(self): |
869 | | - return os.path.join(self.wiki.publicDir(), date, "notice.txt") |
| 869 | + return os.path.join(self.wiki.publicDir(), self.date, "notice.txt") |
870 | 870 | |
871 | 871 | def getNoticeDir(self): |
872 | 872 | return os.path.join(self.wiki.publicDir(), self.date); |