Update for php notices
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 11 Dec 2018 19:07:10 +0000 (14:07 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 11 Dec 2018 19:07:10 +0000 (14:07 -0500)
getting rid of notices

models/front/itinerary/list.php

index e8bc9a9..c5cfd8d 100755 (executable)
@@ -424,7 +424,7 @@ class GlmMembersFront_itinerary_list // extends GlmMembersFront_events_baseActio
 
         $message  = $htmlMessage;
         $header[] = 'From:' . $from_header;
-        if ( $replyto ) {
+        if ( isset( $replyto ) && $replyto ) {
             $header[] = 'Reply-To:' . $replyto;
         }