From: Magnus Hagander Date: Tue, 15 Jul 2014 10:18:52 +0000 (+0200) Subject: Fix typo. Clearly not tested.. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=314011ef5183c8ad40bf7d73e572d64389a9cc73;p=pgcommitfest2.git Fix typo. Clearly not tested.. --- diff --git a/pgcommitfest/commitfest/ajax.py b/pgcommitfest/commitfest/ajax.py index d0e5620..9d53e53 100644 --- a/pgcommitfest/commitfest/ajax.py +++ b/pgcommitfest/commitfest/ajax.py @@ -104,7 +104,7 @@ def doAttachThread(cf, patch, msgid, user): thread.latestmessage=r[-1]['date'] thread.latestauthor=r[-1]['from'] thread.latestsubject=r[-1]['subj'] - thread.altestmsgid=r[-1]['msgid'] + thread.latestmsgid=r[-1]['msgid'] thread.save() return True @@ -163,4 +163,3 @@ def main(request, command): return resp except Http503, e: return HttpResponseServiceUnavailable(e, mimetype='text/plain') -