diff --git a/~dev_rating/application/classes/Controller/Handler/Settings.php b/~dev_rating/application/classes/Controller/Handler/Settings.php index 338ea00491e61ff79f88cc6be5157e171481dd59..172a789fd516a743669579323f83b77fe45b404a 100644 --- a/~dev_rating/application/classes/Controller/Handler/Settings.php +++ b/~dev_rating/application/classes/Controller/Handler/Settings.php @@ -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()) }