Uncommited changes synced
authorAlan Knowles <alan@roojs.com>
Thu, 29 Oct 2020 10:02:30 +0000 (18:02 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Oct 2020 10:02:30 +0000 (18:02 +0800)
Mailer.php

index 7da09a8..2b3c274 100644 (file)
@@ -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");