summaryrefslogtreecommitdiffstats
path: root/app/model/auth.mod.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/model/auth.mod.php')
-rw-r--r--app/model/auth.mod.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/model/auth.mod.php b/app/model/auth.mod.php
index cdf416b..9fa67e4 100644
--- a/app/model/auth.mod.php
+++ b/app/model/auth.mod.php
@@ -63,6 +63,7 @@ class AuthModel extends CommonModel
return;
}
+ $this->setCurrentUser($user);
$this->redirectTo($this->ap() . "/");
}
}