Resolved gh-262 by adding more fixes to the count function around JCB
This commit is contained in:
@ -279,7 +279,7 @@ jQuery('#adminForm').on('change', '#jform_type',function (e)
|
||||
|
||||
|
||||
|
||||
<?php $numberAddconditions = range(0, count($this->item->addconditions) + 3, 1);?>
|
||||
<?php $numberAddconditions = range(0, count( (array) $this->item->addconditions) + 3, 1);?>
|
||||
|
||||
// for the values already set
|
||||
jQuery(document).ready(function(){
|
||||
|
Reference in New Issue
Block a user