From: Steve Sutton Date: Tue, 11 Dec 2018 19:07:10 +0000 (-0500) Subject: Update for php notices X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4778f148690f879a1f2172b5611d1dce68a02dd3;p=WP-Plugins%2Fglm-member-db-itinerary.git Update for php notices getting rid of notices --- diff --git a/models/front/itinerary/list.php b/models/front/itinerary/list.php index e8bc9a9..c5cfd8d 100755 --- a/models/front/itinerary/list.php +++ b/models/front/itinerary/list.php @@ -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; }