ZF-5403: TTL not present in the RSS
Description
The field TTL isn't add to the XML when the TTL is present and not empty.
In the php file Zend_Feed_Rss, line 191, it must be present this php code:
if (!empty($array->ttl)) {
$ttl = $this->_element->createElement('ttl', $array->ttl);
$channel->appendChild($ttl);
}
PS: Sorry for my english, I am french...
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-01-31T05:24:17.000+0000
Solved in SVN r13894
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-02-02T17:51:03.000+0000
Sorry, not in 1.7.4. please wait.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-02-16T20:03:04.000+0000
I ensure to be released in 1.7.5 .