Bug using class ids and rss limit
You need to be logged in to post messages in the forums. New users may register here.
|
Nicolas Lescure
Member since: 09 January 2008
Posts: 21
|
Monday 08 August 2011 7:23:14 pm
Nice work.
But you have a bug here :
$this->num_removed = $this->fetchRSSNodes( $rss_classes, $rss_limit, $parentNodeID );
The 2 variables "$rss_classes" and "$rss_limit" are not defined. So you will delete ALL nodes under your $parentNodeId !! I hope this is not Node #2.
You have to use these attributes :
$this->num_removed = $this->fetchRSSNodes( $this->rss_classes, $this->rss_limit, $parentNodeID );
|
|
|
Heath
Member since: 09 January 2008
Posts: 73
|
Sunday 13 November 2011 11:29:13 am
Hello Nicolas,
Apologies for the delay our reply to this extension issue.
We have just recently migrated this extension repository to GitHub, https://github.com/brookinsconsulting/bccleanuprss
During this migration we also addressed the bug you reported.
We have repackaged the new version on projects.ez.no downloads for users to upgrade quickly.
We hope this helps.
Thank you for your continued support.
Cheers,
Heath
|
|
You need to be logged in to post messages in the forums. New users may register here.