MoinMoin/action/Despam.py
changeset 4569 3caaa8c74c41
parent 4552 7d8c6d279cff
child 4570 e86a7b66eb0e
     1.1 --- a/MoinMoin/action/Despam.py	Tue Feb 10 12:51:02 2009 +0100
     1.2 +++ b/MoinMoin/action/Despam.py	Wed Feb 11 02:34:33 2009 +0100
     1.3 @@ -149,7 +149,7 @@
     1.4  def revert_pages(request, editor, timestamp):
     1.5      _ = request.getText
     1.6  
     1.7 -    editor = wikiutil.url_unquote(editor, want_unicode=False)
     1.8 +    editor = wikiutil.url_unquote(editor)
     1.9      timestamp = int(timestamp * 1000000)
    1.10      log = editlog.EditLog(request)
    1.11      pages = {}