From 1175447aedff9bffccb7733d16a4934448a1a7fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= <LpSolit@gmail.com>
Date: Mon, 15 Mar 2010 15:23:11 +0100
Subject: [PATCH] Bug 552349: A lot of errors are thrown when an Atom feed
 queries Bugzilla r/a=mkanat

---
 template/en/default/list/list.atom.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
 
-- 
2.24.1