Add 'by' attribute for error stanzas.
This commit is contained in:
parent
d571d691a7
commit
01cc0e6def
@ -52,7 +52,7 @@ class Error(ElementBase):
|
|||||||
name = 'error'
|
name = 'error'
|
||||||
plugin_attrib = 'error'
|
plugin_attrib = 'error'
|
||||||
interfaces = set(('code', 'condition', 'text', 'type',
|
interfaces = set(('code', 'condition', 'text', 'type',
|
||||||
'gone', 'redirect'))
|
'gone', 'redirect', 'by'))
|
||||||
sub_interfaces = set(('text',))
|
sub_interfaces = set(('text',))
|
||||||
plugin_attrib_map = {}
|
plugin_attrib_map = {}
|
||||||
plugin_tag_map = {}
|
plugin_tag_map = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user