summaryrefslogtreecommitdiff
path: root/controllers/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/user.php')
-rw-r--r--controllers/user.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/controllers/user.php b/controllers/user.php
index 9e964a4e..cc180976 100644
--- a/controllers/user.php
+++ b/controllers/user.php
@@ -65,14 +65,6 @@ class User extends Base
list($valid, $errors) = $this->user->validateLogin($values);
if ($valid) {
-
- $this->lastLogin->create(
- \Model\LastLogin::AUTH_DATABASE,
- $this->acl->getUserId(),
- $this->user->getIpAddress(),
- $this->user->getUserAgent()
- );
-
$this->response->redirect('?controller=app');
}