Skip to content

Commit

Permalink
small fix for OauthService
Browse files Browse the repository at this point in the history
  • Loading branch information
dhou committed May 20, 2008
1 parent 45f03a3 commit c4512fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth-plugin/grails-app/services/OauthService.groovy
Expand Up @@ -70,7 +70,7 @@ class OauthService implements InitializingBean{
void afterPropertiesSet() {
println "Initializating OauthService"
//initialize consumer list by reading config
def serverURL = C.config.grails.serverURL
def serverURL = C.config.grails.serverURL.toString()
if(!serverURL.endsWith('/')){
serverURL += '/'
}
Expand Down

0 comments on commit c4512fb

Please sign in to comment.