From: Edward Date: Mon, 8 Dec 2014 08:43:35 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0a2679ba035ee154110f54250aac49ef0c428be1 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 42658430..903a16b4 100644 --- a/Mailer.php +++ b/Mailer.php @@ -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;