Closed (fixed)
Project:
Embed widgets
Version:
6.x-2.0-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2009 at 01:11 UTC
Updated:
28 Aug 2009 at 13:40 UTC
You might be developing on a machine with PHP set to report few errors, hence you probably didn't see this issue. Here's a patch, though I'm not quite sure how it would be possible for 'widgets_mode' to exist in $_POST but not $_REQUEST.
| Comment | File | Size | Author |
|---|---|---|---|
| embed_widgets_undefined_index.diff | 780 bytes | dalin |
Comments
Comment #1
dalinComment #2
jtsnow commentedYes, the latest dev version has been simplified to this one line:
$widgets_mode = $_REQUEST['widgets_mode'];