I don't get any output when I click on the "news aggregator" link from the menu.
When I look at the code for the theme_node_aggregator_latestitem() function, which generates the page when the "news aggregator" menu item is selected, the first line reads:
$nids = module_invoke_all("node_aggregator", "items");
Problem is, there is no module with a "node_aggregator" hook.
I'm running version 4.4.1 with the CVS version of node_aggregator.
Comments
Comment #1
Bèr Kessels commentedI am currently in the process of completely rewriting the module. This is no lonfger a problem.