]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixed use of header()
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 25 Oct 2008 02:33:47 +0000 (22:33 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 25 Oct 2008 02:33:47 +0000 (22:33 -0400)
darcs-hash:20081025023347-5ed1f-b8dbb87a4dff048e9cab136c54564413c63ad4d4.gz

actions/userrss.php

index 3e2874a0a0b19c85923a48ebc5005c1ccd13bc85..e57f861054bc70964b7108092246cf1ceff36077 100644 (file)
@@ -84,7 +84,7 @@ class UserrssAction extends Rss10Action {
        
        function init_rss($limit=0) {
                $url = common_local_url('sup', NULL, $this->user->id);
-               header('X-SUP-ID', $url);
+               header('X-SUP-ID: '.$url);
                parent::init_rss($limit);
        }
 }
\ No newline at end of file