X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_main.cgi;h=916ccf24e5e3478192f7fa14e96d47ab673cc5b5;hp=7d15d1cfc9eec8cbe9c3b206f9cf86884e41ec25;hb=083686ba493552355f8665b362917b70e181a859;hpb=dda497584a2e12907bba7cf07051fe34ede63b32 diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 7d15d1cfc..916ccf24e 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -317,7 +317,7 @@ END my @custom_priorities = (); if ( $conf->config('ticket_system-custom_priority_field') - && @{ $conf->config('ticket_system-custom_priority_field-values') } ) { + && @{[ $conf->config('ticket_system-custom_priority_field-values') ]} ) { @custom_priorities = $conf->config('ticket_system-custom_priority_field-values'); }