diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-31 23:10:01 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-31 23:10:01 -0400 |
commit | f76266395943a04184b20cd3bd0a125cf4fa1af0 (patch) | |
tree | 14184a3bcea821d9ed33d4520394e70091793a9b | |
parent | afdc062097fcf99f1a65d097dd54c5e8acaef584 (diff) |
Remove php notice
-rw-r--r-- | app/Controller/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php index b40e69c0..cebecaca 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -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')); } } |