suin/php-rss-writer

Won't render guid with isPermaLink=false

TiGR opened this issue · 1 comments

TiGR commented

As per specs:

isPermaLink is optional, its default value is true. If its value is false, the guid may not be assumed to be a url, or a url to anything in particular.

But current code does not allow rendering guid with isPermaLink="false". It would silently drop isPermaLink if it is equal to false.

Yes, I'm getting burned by this too