From 314011ef5183c8ad40bf7d73e572d64389a9cc73 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 15 Jul 2014 12:18:52 +0200 Subject: Fix typo. Clearly not tested.. --- pgcommitfest/commitfest/ajax.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pgcommitfest/commitfest/ajax.py') 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') - -- cgit v1.2.3