JsCompile.php
authorAlan Knowles <alan@roojs.com>
Tue, 3 Sep 2013 05:00:03 +0000 (13:00 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Sep 2013 05:00:03 +0000 (13:00 +0800)
JsCompile.php

index f4cd77c..b31af69 100644 (file)
@@ -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);