Resolved gh-262 by adding more fixes to the count function around JCB

This commit is contained in:
2018-04-13 17:33:04 +02:00
parent 694612aff9
commit c53716b811
33 changed files with 33 additions and 33 deletions

View File

@ -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(){