Skip to content

Commit

Permalink
Fixed issue #10008: Array/struct parameter in remote control function…
Browse files Browse the repository at this point in the history
… - list_participants

dev: $aConditions parameter can be struct type in remote control function - list_participants
dev: valid response if it is a Zend_XmlRpc_Server_Fault
  • Loading branch information
kochichi committed Nov 2, 2015
1 parent f3c5358 commit 22d4b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/remotecontrol.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function run()
}
else
{
// an Zend_XmlRpc_Server_Fault with exception message from XMLRPC
// a Zend_XmlRpc_Server_Fault with exception message from XMLRPC
echo $result;
}
}
Expand Down

0 comments on commit 22d4b19

Please sign in to comment.