Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
aggregator.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2013 at 16:53 UTC
Updated:
29 Jul 2014 at 22:25 UTC
The aggregator_test_feed function has "print $feed;" which outputs RSS. It also brings several Drupal content blocks which is incorrect behavior. If you add "exit;" after "print $feed;" it fixes the problem.
I don't know if this is a) an aggregator problem or b) a core problem where page output should cease after printing begins. If we just need to add "exit;" I can submit a patch.
Comments
Comment #1
ParisLiakos commentedit is indeed, but it should be fixed on #1963544: Convert aggregator/rss to views
thanks