diff options
-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 169182c46..eb7c3d385 100644 --- a/application/models/muser.php +++ b/application/models/muser.php @@ -6,6 +6,7 @@ class Muser extends CI_Model { parent::__construct(); $this->load->library("session"); $this->load->helper("filebin"); + $this->session->keep_flashdata("uri"); } function logged_in() |