From: Alan Knowles Date: Thu, 29 Oct 2020 10:02:30 +0000 (+0800) Subject: Uncommited changes synced X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=47bd9841384dd7e7170733d163c823d0d239b2c6 Uncommited changes synced --- diff --git a/Mailer.php b/Mailer.php index 7da09a83..2b3c2746 100644 --- a/Mailer.php +++ b/Mailer.php @@ -617,8 +617,7 @@ class Pman_Core_Mailer { function mapurl($in) { - - foreach($this->urlmap as $o=>$n) { + foreach($this->urlmap as $o=>$n) { if (strpos($in,$o) === 0) { $ret =$n . substr($in,strlen($o)); $this->log("mapURL in $in = $ret");