summaryrefslogtreecommitdiffstats
path: root/source/Janrain.OpenId/Server/ProtocolException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/Janrain.OpenId/Server/ProtocolException.cs')
-rw-r--r--source/Janrain.OpenId/Server/ProtocolException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Janrain.OpenId/Server/ProtocolException.cs b/source/Janrain.OpenId/Server/ProtocolException.cs
index 79f1097..87d2332 100644
--- a/source/Janrain.OpenId/Server/ProtocolException.cs
+++ b/source/Janrain.OpenId/Server/ProtocolException.cs
@@ -79,7 +79,7 @@ namespace Janrain.OpenId.Server
q.Add("openid.error", this.Message);
UriBuilder builder = new UriBuilder(return_to);
- Util.AppendQueryArgs(ref builder, q);
+ UriUtil.AppendQueryArgs(ref builder, q);
return new Uri(builder.ToString());
}