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.

Comments

stevenlafl’s picture

StatusFileSize
new718 bytes

Here's a patch

stevenlafl’s picture

Status: Active » Needs review
stevenlafl’s picture

Issue summary: View changes

  • szato committed e85fae3 on 7.x-1.x
    Issue #2492145 by stevenlafl: Entity update function not properly...
szato’s picture

Status: Needs review » Closed (fixed)
szato’s picture

Hi stevenlaf,
thansk for your report and patch file. I solved it with array_filter().

szato’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.