Changeset 586
- Timestamp:
- 09/19/07 15:18:06 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix/core/request/jJsonRpcRequest.class.php
r564 r586 51 51 $this->jsonRequestId = $requestobj['id']; 52 52 53 if(is_array($requestobj['params'])) 54 $this->params = $requestobj['params']; 55 53 56 $this->params['params'] = $requestobj['params']; 54 57 trunk/lib/jelix/core/request/jJsonRpcRequest.class.php
r564 r586 51 51 $this->jsonRequestId = $requestobj['id']; 52 52 53 if(is_array($requestobj['params'])) 54 $this->params = $requestobj['params']; 55 53 56 $this->params['params'] = $requestobj['params']; 54 57 trunk/lib/jelix/core/request/jXmlRpcRequest.class.php
r537 r586 45 45 list($module, $action) = explode(':',$nom); 46 46 47 if(count($vars) == 1 && is_array($vars[0])) 48 $this->params = $vars[0]; 49 47 50 $this->params['params'] = $vars; 48 51 trunk/lib/jelix/core/request/jXmlRpcRequest.class.php
r537 r586 45 45 list($module, $action) = explode(':',$nom); 46 46 47 if(count($vars) == 1 && is_array($vars[0])) 48 $this->params = $vars[0]; 49 47 50 $this->params['params'] = $vars; 48 51
