From: Alan Knowles Date: Thu, 15 Mar 2018 05:14:18 +0000 (+0800) Subject: AssetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=90655ef02992e47b19c2a09dccabf184f00cd422 AssetTrait.php --- 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..'