Closed (fixed)
Project:
Quick Edit
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2015 at 21:47 UTC
Updated:
2 May 2016 at 09:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nkanderson commentedI'm getting this notice due to a redirect on a specific content type. Are there potential issues with checking if
$info['content']is set, like in the snippet below?Comment #3
tstoecklerYes, I think such a check is correct. We should also add a comment noting in that HTTP response handlers do not set the content key.
I also think we should put the check outside of the foreach loop. So I would propose changing
to something like:
@nkanderson: Could you roll a patch that would be awesome?
Comment #4
nkanderson commentedComment #5
nkanderson commentedComment #6
nkanderson commented@tstoeckler Is there more I need to do to keep the review process going? This is my first patch submission...
Comment #7
devin carlson commentedThanks for the patch! Tested #4 and committed to Quick Edit 7.x-1.x.