From 2ffbaf1aa0648263f74a957ef01adc8777dfd86d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 17 Mar 2006 00:19:54 +0000 Subject: [PATCH] r759: We should actually not pass a non-existant array to construct_custom_fields() --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.php b/search.php index d12630b..098e0fe 100644 --- a/search.php +++ b/search.php @@ -313,7 +313,7 @@ if ($_REQUEST['do'] == 'search') // ------------------------------------------------------------------- // custom fields - $fields = construct_custom_fields($bug, true); + $fields = construct_custom_fields(null, true); $i = 0; foreach ($fields AS $field) { -- 2.22.5