First feed item take path URL of feed node.

livido - October 30, 2008 - 08:44
Project:Aggregation
Version:5.x-4.6
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

When you set path for feed , the first feed item will take the path of feed parent.

To avoid it , add this code before line 1405 :

  unset($item_object->path);

 
 

Drupal is a registered trademark of Dries Buytaert.