Index: branches/5.1.x/core/units/helpers/file_helper.php =================================================================== diff -u -N -r14241 -r14391 --- branches/5.1.x/core/units/helpers/file_helper.php (.../file_helper.php) (revision 14241) +++ branches/5.1.x/core/units/helpers/file_helper.php (.../file_helper.php) (revision 14391) @@ -1,6 +1,6 @@ createUploadFields($prefix, $image_names, $is_image); + if ($created_count) { + $this->createUploadFields($prefix, $image_names, $is_image); + } + return ; }