From 47bd9841384dd7e7170733d163c823d0d239b2c6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Oct 2020 18:02:30 +0800 Subject: [PATCH] Uncommited changes synced --- Mailer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); -- 2.39.2