MantisBT: master-2.26 0e241f33

Author Committer Branch Timestamp Parent
tm8544 dregad master-2.26 2024-02-13 03:44 master 1791605e
Affected Issues  0033634: Error in creating RSS when there are no issues to publish
Changeset

Fix Error when creating empty RSS feed on PHP 8

When the feed is empty, ObjectIterator::size() throws a TypeError
exception on PHP 8.0+ (and a Warning on PHP 7.2+) due to calling count()
on $this->objectlist->objects, which is null in this case.

Fixes 0033634

Signed-off-by: Damien Regad dregad@mantisbt.org

  • Rewrote original commit message
  • Fixed whitespace
  • Updated library\README.md
  • Removed closing ?> tag
mod - library/README.md Diff File
mod - library/rssbuilder/class.ObjectIterator.inc.php Diff File