Commit 02d28d67 authored by Andreas Jung's avatar Andreas Jung

typo

parent 30d149bc
......@@ -47,7 +47,7 @@ class Z2UnicodeEncodingConflictResolver:
try:
return unicode(text)
except UnicodeDecodeError:
encoding = getattr(context, 'managment_page_charset', default_encoding)
encoding = getattr(context, 'management_page_charset', default_encoding)
return unicode(text, encoding, self.mode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment