]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
override initrss
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 25 Oct 2008 02:32:52 +0000 (22:32 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 25 Oct 2008 02:32:52 +0000 (22:32 -0400)
darcs-hash:20081025023252-5ed1f-ce96bbd6374b28a6380383ccfc6f78fb8ee67854.gz

actions/userrss.php

index a30c7bc28f64722de13ffdc9b15f5a56525c34ae..3e2874a0a0b19c85923a48ebc5005c1ccd13bc85 100644 (file)
@@ -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