From 90655ef02992e47b19c2a09dccabf184f00cd422 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Mar 2018 13:14:18 +0800 Subject: [PATCH] AssetTrait.php --- AssetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetTrait.php b/AssetTrait.php index b74271ee..9fc559ab 100644 --- a/AssetTrait.php +++ b/AssetTrait.php @@ -54,7 +54,7 @@ trait Pman_Core_AssetTrait { $mtime = 0; foreach($ar as $fn) { $f = basename($fn); - if (!preg_match('/\.js$/', $f)) { + if (!preg_match('/\.js$/', $f)) { // only javascript files... (so XXX.Dialog.YYY* works..) continue; } // got the 'module file..' -- 2.39.2