diff options
Diffstat (limited to 'boards_rss.php')
| -rw-r--r-- | boards_rss.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boards_rss.php b/boards_rss.php index 1de8151..a266cc1 100644 --- a/boards_rss.php +++ b/boards_rss.php @@ -53,9 +53,8 @@ $rss->useCached( $rss_version_name, $cacheFile, $gBitSystem->getConfig( 'rssfeed $title = tra("Recent Discussions"); $description = tra("All recent forum discussions on ".$gBitSystem->getConfig( 'site_title' ) ); if( $gContent->isValid() ){ - $gContent->parseData(); $title = $gContent->getField( 'title' )." Feed"; - $description = $gContent->getField( 'parsed_data' ); + $description = $gContent->getParsedData(); } $rss->title = $title; $rss->description = $description; |
