Skip to content

Commit

Permalink
mnet MDL-21473 xmlrpc client should check in the remote_ rpc tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Penny Leach committed Jan 29, 2010
1 parent 220e5a7 commit 5f27814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mnet/xmlrpc/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ function permission_to_call($mnet_peer) {
SELECT
*
FROM
{mnet_rpc} r,
{mnet_service2rpc} s2r,
{mnet_remote_rpc} r,
{mnet_remote_service2rpc} s2r,
{mnet_host2service} h2s
WHERE
r.xmlrpcpath = ? AND
Expand Down

0 comments on commit 5f27814

Please sign in to comment.