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

index 4265843..903a16b 100644 (file)
@@ -378,7 +378,15 @@ class Pman_Core_Mailer {
                 continue;
             }
             $url  = $link->getAttribute('href');
+            echo 'url';
+            echo "\n";
+            echo $url;
+            echo "\n";
             $file = $ff->rootDir . $url;
+            echo 'file';
+            echo "\n";
+            echo $file;
+            echo "\n";
             if (!file_exists($file)) {
                 $link->setAttribute('href', 'missing:' . $file);
                 continue;