@@ -108,7 +108,7 @@ |
||
108 | 108 | return true; |
109 | 109 | } |
110 | 110 | ); |
111 | - $methods = _strtoupper(_substr($methods, strlen($method_name) + 1)); |
|
111 | + $methods = _strtoupper(_substr($methods, strlen($method_name) + 1)); |
|
112 | 112 | natcasesort($methods); |
113 | 113 | return array_values($methods); |
114 | 114 | } |