XML/RSS.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 15 Jun 2013 08:38:46 +0000 (16:38 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 15 Jun 2013 08:38:46 +0000 (16:38 +0800)
XML/RSS.php

index d262ff9..207f836 100644 (file)
@@ -316,6 +316,7 @@ class XML_RSS extends XML_Parser
     {
         if (in_array($this->insideTag, $this->parentTags)) {
             $tagName = strtolower($this->insideTag);
+            $tagName = $tagName == 'entry' ? 'item' : $tagName;
             $var = $this->{$tagName . 'Tags'};
 
             if (in_array($this->activeTag, $var)