summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-10-10 07:55:41 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-10-10 07:55:41 -0700
commitfe9ad1d80df56e764c9a0c7b456da9cf3bed720c (patch)
treeb638a015228c9d448bbf49425930d79e19a472a6
parent4d641542663e6a18f7bc9dfae2a6ee922ddf45a2 (diff)
downloadDotNetOpenAuth-fe9ad1d80df56e764c9a0c7b456da9cf3bed720c.zip
DotNetOpenAuth-fe9ad1d80df56e764c9a0c7b456da9cf3bed720c.tar.gz
DotNetOpenAuth-fe9ad1d80df56e764c9a0c7b456da9cf3bed720c.tar.bz2
Fixed OAuth .config types.
-rw-r--r--src/DotNetOpenAuth.OAuth/Configuration/OAuthElement.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth/Configuration/OAuthElement.cs b/src/DotNetOpenAuth.OAuth/Configuration/OAuthElement.cs
index f425527..59c5851 100644
--- a/src/DotNetOpenAuth.OAuth/Configuration/OAuthElement.cs
+++ b/src/DotNetOpenAuth.OAuth/Configuration/OAuthElement.cs
@@ -15,7 +15,7 @@ namespace DotNetOpenAuth.Configuration {
/// <summary>
/// The name of the oauth section.
/// </summary>
- private const string SectionName = "oauth";
+ private const string SectionName = DotNetOpenAuthSection.SectionName + "/oauth";
/// <summary>
/// The name of the &lt;consumer&gt; sub-element.