diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-22 07:29:54 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-22 07:29:54 -0400 |
commit | 310ef22fd996a21642cc63b33829cc1f397269d7 (patch) | |
tree | bc1f4088703abd351118b614a0f133198f23d549 /actions/showstream.php | |
parent | 5d0bd93eb3e958b41113afdce85643a82a1f5bb3 (diff) |
abstract out RSS 1.0 generation to allow multiple streams
darcs-hash:20080522112954-84dde-aa5087977298f5169148383e82e22241e613b1f2.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index dd849f093..3de9a6e23 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -64,7 +64,7 @@ class ShowstreamAction extends StreamAction { function show_header($user) { common_element('link', array('rel' => 'alternate', - 'href' => common_local_url('rss10', array('nickname' => + 'href' => common_local_url('userrss', array('nickname' => $user->nickname)), 'type' => 'application/rss+xml', 'title' => _t('Notice feed for ') . $user->nickname)); |