From: Alan Knowles Date: Tue, 3 Sep 2013 05:00:03 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a9f091257fe32205bfbc140f440ff577bfb6ba89 JsCompile.php --- 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);