* Fix bug #46732.
This commit is contained in:
+2
-1
@@ -1517,7 +1517,8 @@ class bugZen extends bug
|
||||
|
||||
/* Set display fields. */
|
||||
$showFields = $this->config->bug->custom->batchCreateFields;
|
||||
$showFields = trim(sprintf($showFields, ''), ',');
|
||||
$showFields = sprintf($showFields, $product->type != 'normal' ? 'branch' : '');
|
||||
$showFields = trim($showFields, ',');
|
||||
|
||||
/* Get titles from uploaded images. */
|
||||
if(!empty($bugImagesFile))
|
||||
|
||||
Reference in New Issue
Block a user