diff options
Diffstat (limited to '')
-rw-r--r-- | app/model/auth.mod.php | 1 |
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() . "/"); } } |