The code change for #870556: PuSH: verification fails the first time moved PuSH feeds subscriptions into hook_exit(). In order for this to be properly executed during a PuSH workflow (i.e. if you had a PuSH feed that created more PuSH feeds) the feeds module should use drupal_exit() rather than exit().

If there's a specific reason exit() was used rather than drupal_exit() I would advocate for invoking feeds_exit() directly in these cases to avoid issues with new PuSH feeds.

Patch to follow.

Comments

elliotttf’s picture

StatusFileSize
new1.13 KB
elliotttf’s picture

Status: Active » Needs review
twistor’s picture

Status: Needs review » Reviewed & tested by the community

Simple, applies.

emackn’s picture

Status: Reviewed & tested by the community » Fixed

committed, thanks for the patch.

Status: Fixed » Closed (fixed)

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