Remove php notice

This commit is contained in:
Frederic Guillot 2015-03-31 23:10:01 -04:00
parent afdc062097
commit f762663959
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ abstract class Base
$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'));
}
}