From 33a054ccc03eba0caff95c04ddf99d0ac6b7ac19 Mon Sep 17 00:00:00 2001 From: csarven Date: Fri, 5 Dec 2008 17:14:02 -0500 Subject: trac855 trac856 and Feed list for the Favorited page darcs-hash:20081205221402-eefa4-9c765fe3c7a6e0cf9cdee1749ed2bebb24d3deaf.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 077c9219a..1b0fc1ec8 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1064,6 +1064,8 @@ function common_fancy_url($action, $args=NULL) { } case 'publicrss': return common_path('rss'); + case 'publicatom': + return common_path("api/statuses/public_timeline.atom"); case 'publicxrds': return common_path('xrds'); case 'featuredrss': -- cgit v1.2.3-54-g00ecf