projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6fd075
)
Fix typo. Clearly not tested..
author
Magnus Hagander
<magnus@hagander.net>
Tue, 15 Jul 2014 10:18:52 +0000
(12:18 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 15 Jul 2014 10:18:52 +0000
(12:18 +0200)
pgcommitfest/commitfest/ajax.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/ajax.py
b/pgcommitfest/commitfest/ajax.py
index d0e56208667138b368c45894b468c1bc761be6cc..9d53e5313533d4d6772e3fb175a2ab719d7a556b 100644
(file)
--- 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.
al
testmsgid=r[-1]['msgid']
+ thread.
la
testmsgid=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')
-