]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed misnamed variable I believe I was introduced in 1.33
authormjollnir_ <mjollnir_>
Thu, 29 Jan 2009 10:58:41 +0000 (10:58 +0000)
committermjollnir_ <mjollnir_>
Thu, 29 Jan 2009 10:58:41 +0000 (10:58 +0000)
mnet/xmlrpc/server.php

index f69a1f8e567a1b215b40d01e96bb9128337fbac4..1817d35a1ea3909883bf61c7520b5ceb28c2236b 100644 (file)
@@ -191,7 +191,7 @@ function mnet_server_strip_signature($plaintextmessage) {
     $MNET_REMOTE_CLIENT->was_signed();
 
     // Load any information we have about this mnet peer
-    $MNET_REMOTE_CLIENT->set_wwwroot($crypt_parser->remote_wwwroot);
+    $MNET_REMOTE_CLIENT->set_wwwroot($sig_parser->remote_wwwroot);
 
     $payload = base64_decode($sig_parser->data_object);
     $signature = base64_decode($sig_parser->signature);