mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
mnet MDL-21473 xmlrpc client should check in the remote_ rpc tables
This commit is contained in:
parent
220e5a767a
commit
5f27814116
@ -314,8 +314,8 @@ class mnet_xmlrpc_client {
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
{mnet_rpc} r,
|
||||
{mnet_service2rpc} s2r,
|
||||
{mnet_remote_rpc} r,
|
||||
{mnet_remote_service2rpc} s2r,
|
||||
{mnet_host2service} h2s
|
||||
WHERE
|
||||
r.xmlrpcpath = ? AND
|
||||
|
Loading…
x
Reference in New Issue
Block a user