Skip to content

Commit

Permalink
rpc client: take final rpc entrypoint as url
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Nov 27, 2014
1 parent 70256a3 commit fb00d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class.Eventum_RPC.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ private function getClient()
if (!isset($data['path'])) {
$data['path'] = '';
}
$data['path'] .= '/rpc/xmlrpc.php';

return new XML_RPC_Client($data['path'], $data['host'], $data['port']);
}
Expand Down

0 comments on commit fb00d55

Please sign in to comment.