From 34f6c419241ce94124793b29543667240918726d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:42:29 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index 0987ee7a..6b76177f 100644 --- a/Asset.php +++ b/Asset.php @@ -287,7 +287,7 @@ trait Pman_Core_Asset_Trait { // got the 'module file..' if (!file_exists($dir . '/'. $f)) { - echo "\n"; + echo "\n"; $files[] = $relpath . $f . '?ts='.$mtime; $missing_files = true; continue; -- 2.39.2