?
avatar rc3media
rc3media
8 May 2013

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))

avatar rc3media rc3media - open - 8 May 2013
avatar nicksavov
nicksavov - comment - 8 May 2013

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

avatar zero-24 zero-24 - close - 8 May 2013
avatar nicksavov nicksavov - close - 8 May 2013
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?
Build staging

Add a Comment

Login with GitHub to post a comment