Active
Project:
JSONRPC Server
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2010 at 16:16 UTC
Updated:
28 Apr 2010 at 16:16 UTC
Hi,
Some methods (ie. system.connect) don't require any arguments. If this is the case, $this->args is never instantiated to an array.
As a result ksort($this->args); gives a warning.
Thanks.