Fix bug in StreamedId proxy
- Legacy-Id: 3708
This commit is contained in:
parent
a8e219e16a
commit
13cec30f07
|
@ -13,7 +13,7 @@ def get_streamed_draft(draft):
|
|||
o.draft = draft
|
||||
o.stream = super(InternetDraft, draft).stream
|
||||
o.group = draft.group
|
||||
o.get_group = lambda x: draft.group
|
||||
o.get_group = lambda: draft.group
|
||||
return o
|
||||
|
||||
if not draft:
|
||||
|
|
Loading…
Reference in a new issue