JsCompile.php
[Pman.Core] / 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);