Mercurial > moin > 1.9
changeset 4172:2f64eb47d934
Fixed: missing argument for UniqueIDGenerator.begin
author | Florian Krupicka <florian.krupicka@googlemail.com> |
---|---|
date | Tue, 17 Jun 2008 01:41:55 +0200 |
parents | 5746f1f27d3e |
children | 051391d5662d |
files | MoinMoin/web/utils.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/web/utils.py Tue Jun 17 01:36:31 2008 +0200 +++ b/MoinMoin/web/utils.py Tue Jun 17 01:41:55 2008 +0200 @@ -265,7 +265,7 @@ self.page_ids, self.include_id = self.unique_stack.pop() return self.page_ids, self.include_id - def begin(self): + def begin(self, base): """ Called by the formatter when a document begins, which means that include causing nested documents gives us an include