Skip to content

Commit

Permalink
fixing a php notice
Browse files Browse the repository at this point in the history
  • Loading branch information
gymad committed Jan 11, 2019
1 parent 41a029d commit f130fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/InboundEmail/InboundEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -3257,6 +3257,7 @@ public function findOptimumSettings(
$newCert = '';
$newSsl = '';
$newNotls = '';
$secure = '';
$newNovalidate_cert = '';
$good = array_pop($retArray['good']); // get most complete string
$exGood = explode('/', $good);
Expand Down

0 comments on commit f130fab

Please sign in to comment.