Skip to content

Commit

Permalink
removed parameter from function ... forgot that on last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rootman committed Jul 10, 2012
1 parent b0364ba commit f0d88f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/controller/member.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function action_login()
* Return - Called when we return from the provider's login page. Validate the login. Check if
* the user already has an account, and redirect to a registration page if not.
*/
public function action_return($provider)
public function action_return()
{
$provider_name = $provider = $this->request->param('id');
$provider = Membership_Provider::factory($provider);
Expand Down

0 comments on commit f0d88f6

Please sign in to comment.