diff options
| author | Christian Fowler <spider@viovio.com> | 2012-04-18 17:00:44 -0400 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2012-04-18 17:00:44 -0400 |
| commit | 91503453593b7d33be9f060faf4a947204c649b4 (patch) | |
| tree | 68b024e3d29cd05e37acb5ba762d18d2b3a3db67 /boards_rss.php | |
| parent | d840b694decfc55147e08bbbc0f92ffcd9e78d22 (diff) | |
| download | boards-91503453593b7d33be9f060faf4a947204c649b4.tar.gz boards-91503453593b7d33be9f060faf4a947204c649b4.tar.bz2 boards-91503453593b7d33be9f060faf4a947204c649b4.zip | |
major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHash
Diffstat (limited to 'boards_rss.php')
| -rw-r--r-- | boards_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards_rss.php b/boards_rss.php index 3fddf14..a3482ad 100644 --- a/boards_rss.php +++ b/boards_rss.php @@ -59,7 +59,7 @@ if( $gContent->isValid() ){ } $rss->title = $title; $rss->description = $description; -$rss->link = 'http://'.$_SERVER['HTTP_HOST'].$gContent->getContentUrl(); +$rss->link = $gContent->getDisplayUri(); // get all topics of a board or all recent topics in general |
