SylvainTI / reduxauth

Automatically exported from code.google.com/p/reduxauth
0 stars 0 forks source link

Wrong parameter in redux_auth.php method, deactivate() #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open redux_auth.php
2. Go to line 60

What is the expected output? What do you see instead?
Replace $code with parameter passed into the method, such as:
public function deactivate($identity)
{
  return $this->ci->redux_auth_model->deactivate($identity);
}

What version of the product are you using? On what operating system?
Beta 2, CI 1.7.x

Please provide any additional information below.
Jeff

Original issue reported on code.google.com by jeff.alg...@gmail.com on 29 Oct 2010 at 8:01