Closed (fixed)
Project:
OG Aggregator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Jul 2010 at 17:56 UTC
Updated:
16 Feb 2011 at 22:30 UTC
Jump to comment: Most recent file
Deleting an RSS from from within a group results in a dead white screen.
I'm looking into this issue now and will post a fix shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | og_aggregator-fix-wsod.patch | 1.52 KB | mstef |
Comments
Comment #1
mstef commentedLine 329
SHOULD BE:
NOT:
I'm not sure why /feed was used - it doesn't exist.
I also suggest moving menu_rebuild() to the bottom of the function.
Comment #2
mstef commentedLine 319 also needs to follow these changes.
Comment #3
mstef commentedPatch
Comment #4
rootworkThis works for me. Can we get it into a new version, or (if only one review isn't sufficient) at least a new dev?
Comment #5
Taz commentedIt was originally /feed but due to the auto url alias module that just tacks /feed on the end of groups, I changed it to aggregator in the menu - but missed these redirects.
Patched and will be in the next dev release.