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