Needs review
Project:
JSONRPC Server
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Aug 2011 at 15:55 UTC
Updated:
6 Aug 2011 at 15:56 UTC
Jump to comment: Most recent file
If the request is not passing all arguments (eg. last argument not mandatory) a PHP 5.3 notice pops up:
Notice: Undefined offset: XXX in JsonRpcServer->handle() (line 126 of /var/www/html/sites/all/modules/jsonrpc_server/JsonRpcServer.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jsonrpc_server-1241436.patch | 716 bytes | claudiu.cristea |
Comments
Comment #1
claudiu.cristeaPatch for fixing the issue.