Minahito
minah****@users*****
2006年 6月 28日 (水) 14:45:27 JST
Index: xoops2jp/html/kernel/XCube_Delegate.class.php diff -u xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.4 xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.5 --- xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.4 Tue Jun 27 01:17:37 2006 +++ xoops2jp/html/kernel/XCube_Delegate.class.php Wed Jun 28 14:45:27 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: XCube_Delegate.class.php,v 1.1.2.4 2006/06/26 16:17:37 nobunobu Exp $ + * @version $Id: XCube_Delegate.class.php,v 1.1.2.5 2006/06/28 05:45:27 minahito Exp $ */ @@ -285,7 +285,7 @@ $argstr = "()"; } - asort($this->_mPriorities); + asort($this->_mPriorities, SORT_NUMERIC); // // We have to use eval in the case of an instance method because