diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-15 22:06:01 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-15 22:06:01 +0100 |
| commit | d840b694decfc55147e08bbbc0f92ffcd9e78d22 (patch) | |
| tree | 2bd8d1f05d65ef340b7243ea90e895e5bb40fbc2 /boards_rss.php | |
| parent | 3db3d2da9b8fe79ed622f29cf783b7309e3102e7 (diff) | |
| download | boards-d840b694decfc55147e08bbbc0f92ffcd9e78d22.tar.gz boards-d840b694decfc55147e08bbbc0f92ffcd9e78d22.tar.bz2 boards-d840b694decfc55147e08bbbc0f92ffcd9e78d22.zip | |
Tidy up to remove 'STRICT' warnings
Split static and dynamic use of getDisplayUrl
Create getContentUrl as the instantiated version
load parameters need to be identical across all classes
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 b17eed6..3fddf14 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->getDisplayUrl(); +$rss->link = 'http://'.$_SERVER['HTTP_HOST'].$gContent->getContentUrl(); // get all topics of a board or all recent topics in general |
