X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Mailer.php;h=2b3c27469e9df75b9f3ea1deaa906da5f542ad89;hb=dff7116c31985c523f927df3e8e7cf50670ef428;hp=7da09a830987298f09257b356543f7011a39a067;hpb=4bb920761fda5ac0b44e3c096e9c05ca0cc17132;p=Pman.Core 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");