Skip to content
Snippets Groups Projects
Commit 421d15a1 authored by xamgore's avatar xamgore
Browse files

Fixme comment, parameter missing

parent a924e5ea
Branches
Tags
No related merge requests found
......@@ -86,7 +86,7 @@ class Controller_Handler_Settings extends Controller_Handler {
public function action_changeEMail()
{
$this->post->rule('email');
$this->post->rule('email'); # fixme: required parameter missing
// if(Account::instance()->changeMail())
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment