summaryrefslogtreecommitdiff
path: root/actions/userrss.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/userrss.php')
-rw-r--r--actions/userrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/userrss.php b/actions/userrss.php
index 3e2874a0a..e57f86105 100644
--- a/actions/userrss.php
+++ b/actions/userrss.php
@@ -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