From: Alan Knowles Date: Tue, 3 Sep 2013 05:00:09 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=bcba6e6f54936d5caeb45e98ea537b905e4911ac JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index b31af69a..84a609ed 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -81,7 +81,7 @@ class Pman_Core_JsCompile extends Pman * */ - function jsSort($a,$b) + static function jsSort($a,$b) { $a = substr($a, 0, -3); $b= substr($b, 0, -3);