From 84cedb39519b04badb58f1d39acc43e79ca3fdaa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Aug 2013 14:28:25 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 7070efb0..61f5729c 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -110,7 +110,7 @@ class Pman_Core_JsCompile extends Pman $ofiles [] = $f . '/'. basename($fx); } } - $ofiles = usort($ofiles,function($a,$b) { + usort($ofiles,function($a,$b) { $a = substr($a, -3); $b= substr($b, -3); if ($a == $b) { -- 2.39.2