From 73be1dc76f1164a89621c6fc5f68cbfc62a012c2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 15:35:42 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index e7fa7de6..ae98bdcb 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -81,7 +81,7 @@ class Pman_Core_JsCompile extends Pman continue; } foreach(glob($basedir .'/' .$f.'/*.js') as $fx) { - $arfiles[$basedir .'/' .$f] = filemtime($basedir .'/' .$f); + $arfiles[$fx] = filemtime($fx); } } -- 2.39.2