summaryrefslogtreecommitdiff
path: root/actions/userrss.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-10-24 22:32:52 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-10-24 22:32:52 -0400
commit9e6aa21e569bcef87accfabf4b5495fa1a98fbb0 (patch)
treee63c046f58565238cfc2e964f71940253ce17d42 /actions/userrss.php
parent22057e01bd6fdf366340e6fdbdf6bb1252bceb8c (diff)
override initrss
darcs-hash:20081025023252-5ed1f-ce96bbd6374b28a6380383ccfc6f78fb8ee67854.gz
Diffstat (limited to 'actions/userrss.php')
-rw-r--r--actions/userrss.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/actions/userrss.php b/actions/userrss.php
index a30c7bc28..3e2874a0a 100644
--- a/actions/userrss.php
+++ b/actions/userrss.php
@@ -82,11 +82,9 @@ class UserrssAction extends Rss10Action {
# override parent to add X-SUP-ID URL
- function show_rss($limit=0) {
+ function init_rss($limit=0) {
$url = common_local_url('sup', NULL, $this->user->id);
header('X-SUP-ID', $url);
- parent::show_rss($limit);
+ parent::init_rss($limit);
}
-
-
} \ No newline at end of file