diff options
Diffstat (limited to 'src/DotNetOpenAuth.OAuth/Configuration/OAuthElement.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth/Configuration/OAuthElement.cs | 2 |
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 <consumer> sub-element. |