summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.