Fixed ControllerAdmin/UserField.php – small typo

dmnkhhn

Active member
Hello!

In XenForo/ControllerAdmin/UserField.php there is a small typo in line 188:
$fieldChiocesCombined = array();

and the same typo in line 191:
$fieldChiocesCombined[$choice] = $fieldChoicesText[$key];

and the same typo in line 195:
$dw->setFieldChoices($fieldChiocesCombined);

Affects: XenForo 1.1.0 beta 5
;)
 
This doesn't affect the functionality at all but I had to giggle when I found the exact same typo three times in the code. :-D
 
Top Bottom