|
register_globals is definitely off (i even double checked), this bug is a tricky one...
notice the "include_once()" is inside create_front_addon_array function (which declares $result first), so when the include_once() happens, its within the scope of create_front_addon_array()
does that make sense?
|