Remove php notice

This commit is contained in:
Frederic Guillot
2015-03-31 23:10:01 -04:00
parent afdc062097
commit f762663959

View File

@@ -215,7 +215,7 @@ abstract class Base
$this->response->text('Not Authorized', 401); $this->response->text('Not Authorized', 401);
} }
$this->response->redirect($this->helper->url('twofactor', 'code', array('user_id' => $user['id']))); $this->response->redirect($this->helper->url('twofactor', 'code'));
} }
} }