From: Alan Knowles Date: Fri, 30 Aug 2013 06:28:25 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=84cedb39519b04badb58f1d39acc43e79ca3fdaa JsCompile.php --- 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) {