diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-08 23:31:32 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:47:37 +0200 |
commit | 35b45a559472a660dc08a3bc518161e7ab400175 (patch) | |
tree | 0a20dba59f2cb671b344eb5194835c0dec0f8aaa /application/models | |
parent | 3f01ddce9dff69a49493541882de85854cbcebe5 (diff) |
more user changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models')
-rw-r--r-- | application/models/muser.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/models/muser.php b/application/models/muser.php index 0b3d26be7..81fd1eb10 100644 --- a/application/models/muser.php +++ b/application/models/muser.php @@ -33,6 +33,7 @@ class Muser extends CI_Model { { $this->session->unset_userdata('logged_in'); $this->session->unset_userdata('username'); + $this->session->sess_destroy(); } function get_username() |