From a9f091257fe32205bfbc140f440ff577bfb6ba89 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 3 Sep 2013 13:00:03 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index f4cd77c4..b31af69a 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -122,7 +122,7 @@ class Pman_Core_JsCompile extends Pman } $tf = // sort exc. the .js - usort($ofiles,create_function('$a,$b', 'return Pman_Core_JsCompile($a,$b);')); + usort($ofiles,create_function('$a,$b', 'return Pman_Core_JsCompile::jsSort($a,$b);')); //print_R($ofiles); -- 2.39.2