projects
/
WP-Plugins
/
glm-member-db-itinerary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fa0af6
)
Update for php notices
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 11 Dec 2018 19:07:10 +0000
(14:07 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 11 Dec 2018 19:07:10 +0000
(14:07 -0500)
getting rid of notices
models/front/itinerary/list.php
patch
|
blob
|
history
diff --git
a/models/front/itinerary/list.php
b/models/front/itinerary/list.php
index
e8bc9a9
..
c5cfd8d
100755
(executable)
--- 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;
}