Closed (fixed)
Project:
Facebook Scrape
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
20 May 2015 at 14:47 UTC
Updated:
8 Jun 2015 at 08:14 UTC
Jump to comment: Most recent, Most recent file
Lines 69-70 of fb_scrape.module deal with checking if no node types are selected to scrape on update, so it can include them all. The 'fb_scrape_node_type_enabled' variable is input from checkboxes, which is never empty. Therefore, if no boxes are selected, no nodes will ever be scraped.
| Comment | File | Size | Author |
|---|
Comments
Comment #1
stevenlafl commentedHere's a patch
Comment #2
stevenlafl commentedComment #3
stevenlafl commentedComment #5
szato commentedComment #6
szato commentedHi stevenlaf,
thansk for your report and patch file. I solved it with array_filter().
Comment #7
szato commented