On line 166 the if statement is testing the $ucmData variable for key
"special". this key cant possibly exist and the code will never
execute.
if (array_key_exists('special', $ucmData))
it looks like $fields is the correct variable, change to:
if (array_key_exists('special', $fields))
Labels |
Added:
?
|
||
Build | ⇒ | staging |
Thanks for reporting this, Reynaldo!
I'm going to close this item, since we a JoomlaCode Tracker Item for it:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30883