Closed (fixed)
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.1-rc4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
11 Sep 2008 at 10:58 UTC
Updated:
16 Nov 2008 at 21:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
starbow commentedYou must have a pretty strict php warning level. That global is set by PHP itself in response to the HTTP header. I will put in an isset test.
Comment #2
gustav commentedThe isset test only moves the notice to later when $render_mode is used. The attached patch removes the notice altogether.
Comment #3
starbow commentedWhoops, missed this in RC2, but it is in dev.
Comment #4
eMPee584 commentedThis patch is not in the current RC.
Comment #5
starbow commentedWeird. You are right.
I have checked it into dev again.