Related to #1335752 Aggregate JavaScript files.
User had an unrelated problem but the PHP notice mentioned in the post wasn't resolved. It just popped up for me on a fresh install.
Location
admin/structure/nodequeue
Action
Click "Add content" before the field is populated. (Yep, first time users like me will actually do that.)
Messages
Notice: Undefined offset: 1 in nodequeue_arrange_subqueue_form_add_submit() (line 1033 of /home/alonk/public_html/modules/nodequeue/includes/nodequeue.admin.inc).
Please enter a valid node title.
Patch
Simple isset() check added.
Cheers -
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue-undefined_offset.patch | 950 bytes | othermachines |
Comments
Comment #1
delphian commentedComment #2
kurtzhong commentedThe patch works, thanks.
Comment #3
eugene.ilyin commentedPlease commit this patch
Comment #4
bessone commentedThanks!
Comment #5
othermachines commentedPatch still applies against -dev. Commit please?
Comment #7
fizk commentedCommitted. Thanks!