Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2012 at 20:30 UTC
Updated:
22 Feb 2012 at 18:20 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1427642-1-feeds-push_drupal_exit.patch | 1.13 KB | elliotttf |
Comments
Comment #1
elliotttf commentedComment #2
elliotttf commentedComment #3
twistor commentedSimple, applies.
Comment #4
emackn commentedcommitted, thanks for the patch.