feediron / ttrss_plugin-feediron

Evolution of ttrss_plugin-af_feedmod
https://discourse.tt-rss.org/t/plugin-update-feediron-v1-2-0/2018
MIT License
204 stars 34 forks source link

Dev #191

Closed dugite-code closed 1 year ago

dugite-code commented 1 year ago

Fix warnings:

  1. Undefined variable $tags - explicit initialize tags array
  2. Undefined array key "replace-tags" - $NewContent['replace-tags'] should be explicitly set false
  3. Multipage fix - On multipage parsing nested seenlinks arrays caused errors.