Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Christian Gilbert[/eluser]
the controller is forgot_password there is an error in the Ion_auth library in line 734 the function is
public function messages()
{
$_output = '';
foreach ($this->messages as $message)
{
$_output .= $this->message_start_delimiter . $this->ci->lang->line($message) . $this->message_end_delimiter;
}

return $_output;
}

invoked by $this->session->set_flashdata('message', $this->ion_auth->messages()); in auth controller line 165


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 04-08-2010, 10:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB