summaryrefslogtreecommitdiff
path: root/blogs_rss.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-01-31 16:24:33 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-01-31 16:24:33 -0500
commitcec3828fae8fc189f0f0ae6057a92b36641aab2d (patch)
tree55249b772435d115a5e6a42bacef5c0456af3ee1 /blogs_rss.php
parent101d2e58985d719865acaf8fb04842f2a98c17b1 (diff)
downloadblogs-cec3828fae8fc189f0f0ae6057a92b36641aab2d.tar.gz
blogs-cec3828fae8fc189f0f0ae6057a92b36641aab2d.tar.bz2
blogs-cec3828fae8fc189f0f0ae6057a92b36641aab2d.zip
PHP7 clean up dual static + object use of parseData, and create ->getParsedData & ::filterDataHash
Diffstat (limited to 'blogs_rss.php')
-rw-r--r--blogs_rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/blogs_rss.php b/blogs_rss.php
index 6931629..6a7fd44 100644
--- a/blogs_rss.php
+++ b/blogs_rss.php
@@ -80,7 +80,7 @@ if( !$gBitUser->hasPermission( 'p_blogs_view' ) ) {
if (isset($userName)){
$rss->title = $userName."'s Posts in ".$rss->title;
}
- $rss->description = $gBlog->parseData();
+ $rss->description = $gBlog->getParsedData();
}
}
$feeds = $blogPost->getList( $listHash );