Fixed RSS feed reads a thread title of 0 as empty string: throws error

Slavik

XenForo moderator
Staff member
Affected version
2.0.4
#0 src/XF/Pub/View/Forum/Rss.php(63): Zend\Feed\Writer\Entry->setTitle('0')
 
Arguably, this is a bug in Zend Framework. I've supplied them with a fix, but it's unlikely that will be usable within XF2.0 as the current versions are compatible with PHP 5.5 and above hence we're using a slightly earlier version.

We'll probably workaround it ourselves though.
 
Top Bottom