Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jul 2007 at 07:52 UTC
Updated:
2 Sep 2007 at 16:42 UTC
The feed and category editing forms check $edit array (filled with the values of an existing feed if it is being edited) without using isset() or empty(). When creating a new source, this results in undefined index notices.
I've fixed this in both functions where I noticed it - category and source editing.
| Comment | File | Size | Author |
|---|---|---|---|
| aggregator_e_all.patch | 4.24 KB | cburschka |
Comments
Comment #1
cburschkaThere are a lot more notices when a feed is actually parsed, unfortunately. I'll upload another patch soon.
Comment #2
webchickYep can confirm that Aggregator barfs notices all over the place. We should get this fixed before final 6.x release.
Comment #3
webchickHm. Actually, I'll mark this a dupe in favour of http://drupal.org/node/159447 which, although created later, seems to have more stuff done on it.