Download & Extend

First feed item take path URL of feed node.

Project:Aggregation
Version:5.x-4.6
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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);
nobody click here