X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FFeed.php;h=2fdfa424c40e6764422098f95e46d2ff9716f9a2;hb=f62bc7536e8c1766ce5a2a616a8b9dcf6046b000;hp=03dd7f5c88c76ccab0a5b429b911a6bd6ef411e6;hpb=d1b6cd35d4aa117c454994b4a7896fee8abf17d2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Feed.php b/includes/Feed.php index 03dd7f5c88..2fdfa424c4 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -37,19 +37,19 @@ */ class FeedItem { /** @var Title */ - protected $title; + public $title; - protected $description; + public $description; - protected $url; + public $url; - protected $date; + public $date; - protected $author; + public $author; - protected $uniqueId; + public $uniqueId; - protected $comments; + public $comments; public $rssIsPermalink = false;