From 0e3ef487ea6c90997e59a927c80cf82ca880e091 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:41:49 +0800 Subject: [PATCH] Asset.php --- Asset.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.2