diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-24 22:33:47 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-24 22:33:47 -0400 |
commit | 39a6c94959c4af260d862e87427ec4a7109ea81e (patch) | |
tree | 878b91887c0464701f001c0ad9f15676c98492b4 /actions | |
parent | 9e6aa21e569bcef87accfabf4b5495fa1a98fbb0 (diff) |
fixed use of header()
darcs-hash:20081025023347-5ed1f-b8dbb87a4dff048e9cab136c54564413c63ad4d4.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/userrss.php | 2 |
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 |