Mailer.php
authorEdward <edward@roojs.com>
Mon, 8 Dec 2014 08:58:48 +0000 (16:58 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Dec 2014 08:58:48 +0000 (16:58 +0800)
Mailer.php

index 3e9f2f7..8601f71 100644 (file)
@@ -380,7 +380,7 @@ class Pman_Core_Mailer {
             $url  = $link->getAttribute('href');
             $file = $ff->rootDir . $url;
             
-            if (!preg_match('#^http://', $url)) {
+            if (!preg_match('#^http://#', $url)) {
                 $file = $ff->rootDir . $url;
 
                 if (!file_exists($file)) {