Mercurial > moin > 1.9
changeset 5909:671124d91dc1
despam: allow selecting an author right away after despamming the first one (thanks to TheAnarcat for the patch)
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Mon, 24 Dec 2012 23:49:10 +0100 |
parents | ee230fb1f9a4 |
children | 7e7e1cbb9d3f |
files | MoinMoin/action/Despam.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/action/Despam.py Sat Dec 15 03:31:36 2012 +0100 +++ b/MoinMoin/action/Despam.py Mon Dec 24 23:49:10 2012 +0100 @@ -204,6 +204,7 @@ if (request.method == 'POST' and ok and wikiutil.checkTicket(request, request.form.get('ticket', ''))): revert_pages(request, editor, timestamp) + request.write(show_editors(request, pagename, timestamp)) elif editor: show_pages(request, pagename, editor, timestamp) else: