Skip to content

Commit

Permalink
Update additional-providers/hybridauth-lastfm/Providers/LastFM.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridauth committed Apr 6, 2012
1 parent 1f666b3 commit 4bafc96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions additional-providers/hybridauth-lastfm/Providers/LastFM.php
Expand Up @@ -10,7 +10,7 @@
*/
class Hybrid_Providers_LastFM extends Hybrid_Provider_Model
{
/**
/**
* IDp wrappers initializer
*/
function initialize()
Expand All @@ -30,16 +30,16 @@ function initialize()
}
}

/**
/**
* begin login step
*/
function loginBegin()
{
# redirect to Authorize url
Hybrid_Auth::redirect( $this->api->getLoginUrl( urlencode( $this->endpoint ) ) );
Hybrid_Auth::redirect( $this->api->getLoginUrl( $this->endpoint ) );
}

/**
/**
* finish login step
*/
function loginFinish()
Expand Down Expand Up @@ -74,7 +74,7 @@ function loginFinish()
}
}

/**
/**
* load the user profile from the IDp api client
*/
function getUserProfile()
Expand Down

0 comments on commit 4bafc96

Please sign in to comment.