From: Alan Knowles Date: Thu, 24 Dec 2015 03:41:49 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=0e3ef487ea6c90997e59a927c80cf82ca880e091 Asset.php --- diff --git a/Asset.php b/Asset.php index 6f2230b3..da3017f2 100644 --- a/Asset.php +++ b/Asset.php @@ -287,9 +287,10 @@ trait Pman_Core_Asset_Trait { // got the 'module file..' if (!file_exists($dir . '/'. $f)) { - echo "\n"; $files[] = $relpath . $f . '?ts='.$mtime; $missing_files = true; + continue; } $mtime = filemtime($dir . '/'. $f);