summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-03-15 15:23:11 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-03-15 15:23:11 +0100
commit1175447aedff9bffccb7733d16a4934448a1a7fe (patch)
tree3d5846f4457334692cee7e89775ba54367307cd2 /template/en/default/list
parent2da31f85a390d5c62e57d94c1998ccd35bc240b5 (diff)
downloadbugzilla-1175447aedff9bffccb7733d16a4934448a1a7fe.tar.gz
bugzilla-1175447aedff9bffccb7733d16a4934448a1a7fe.tar.xz
Bug 552349: A lot of errors are thrown when an Atom feed queries Bugzilla
r/a=mkanat
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/list.atom.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.atom.tmpl b/template/en/default/list/list.atom.tmpl
index 6be1d7436..ed0c660af 100644
--- a/template/en/default/list/list.atom.tmpl
+++ b/template/en/default/list/list.atom.tmpl
@@ -36,7 +36,7 @@
<link rel="self" type="application/atom+xml"
href="[% urlbase FILTER html %]buglist.cgi?
[%- urlquerypart FILTER xml %]"/>
- <updated>[% bugs.nsort('changedtime').last.changedtime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC")
+ <updated>[% bugs.sort('changedtime').last.changedtime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC")
FILTER xml %]</updated>
<id>[% urlbase FILTER html %]buglist.cgi?[% urlquerypart FILTER xml %]</id>