From: Evan Prodromou Date: Sat, 25 Oct 2008 02:33:47 +0000 (-0400) Subject: fixed use of header() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=39a6c94959c4af260d862e87427ec4a7109ea81e;p=quix0rs-gnu-social.git fixed use of header() darcs-hash:20081025023347-5ed1f-b8dbb87a4dff048e9cab136c54564413c63ad4d4.gz --- diff --git a/actions/userrss.php b/actions/userrss.php index 3e2874a0a0..e57f861054 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