The reference to rpc2host has been removed from 2.0 but not 1.9 (MDL-16305).
I am going to remove the delete_records call as I can't see a reason for it?
git grep rpc2host
mnet/peer.php: $obj = delete_records('mnet_rpc2host', 'host_id', $this->id);
- is a clone of
-
MDL-16305 deleting an mnet peer tries to delete from mnet_rpc2host, which doesn't exist
- Closed