diff options
Diffstat (limited to 'app/class/Controller.php')
-rw-r--r-- | app/class/Controller.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/class/Controller.php b/app/class/Controller.php index 2b38988..7fb972c 100644 --- a/app/class/Controller.php +++ b/app/class/Controller.php @@ -171,6 +171,5 @@ class Controller $this->user->destroysession($this->session->wsession); $this->session->addtosession('wsession', ''); $this->usermanager->add($this->user); - } } |