Index: /branches/release-41/lib/MT/App/Search/Legacy.pm
===================================================================
--- /branches/release-41/lib/MT/App/Search/Legacy.pm (revision 2739)
+++ /branches/release-41/lib/MT/App/Search/Legacy.pm (revision 2740)
@@ -645,5 +645,5 @@
         $args{limit} = $app->{searchparam}{MaxResults};
     }
-    my %terms = { status => MT::Entry::RELEASE() };
+    my %terms = ( status => MT::Entry::RELEASE() );
     $terms{class} = $app->{searchparam}{entry_type} || '*';
     my $iter = MT::Entry->load_iter(\%terms, \%args);
