summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Rss20.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-09 11:44:09 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-09 11:44:09 +0100
commitb9e330109b58fac55c3728dd3c543552fcabd353 (patch)
tree93d386ca453b4b90f517018eb63a4b64df22e8ba /vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Rss20.php
parente5d18a22c3c15acf61f97da4965a551b83df05cb (diff)
update picofeed to 0.1.0
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Rss20.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Rss20.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Rss20.php b/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Rss20.php
index efb2dd489..69d6a2114 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Rss20.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Syndication/Rss20.php
@@ -70,7 +70,7 @@ class Rss20 extends Writer
// <description/>
$description = $this->dom->createElement('description');
- $description->appendChild($this->dom->createTextNode(isset($this->description) ? $this->description : $this->title));
+ $description->appendChild($this->dom->createTextNode($this->description ?: $this->title));
$channel->appendChild($description);
// <pubDate/>