RT# 38217 Fix syntax warning from typo
authorMitch Jackson <mitch@mitchjacksontech.com>
Tue, 9 Oct 2018 17:36:58 +0000 (13:36 -0400)
committerMitch Jackson <mitch@mitchjacksontech.com>
Tue, 9 Oct 2018 17:36:58 +0000 (13:36 -0400)
FS/FS/cust_main_Mixin.pm

index ccd1b84..296a9e4 100644 (file)
@@ -465,8 +465,7 @@ sub email_search_result {
       next; # unlinked object; nothing else we can do
     }
 
-    my %to = {};
-    if ($to) { $to{'to'} = $to; }
+    my %to = ( to => $to ) if $to;
 
     if ( $msg_template ) {
       # Now supports other context objects.