summaryrefslogtreecommitdiffstats
path: root/application/models/muser.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-04-14 23:41:31 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-04-14 23:49:31 +0200
commit5986e00660657aecacef782ca1ee181e48b2884f (patch)
tree1abaed2760f2b1c64ef51845a79cfc4cd0d927d4 /application/models/muser.php
parent646f90ace3c962947738afc5240700d5630a7800 (diff)
Make sure we keep the uri flashdata
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models/muser.php')
-rw-r--r--application/models/muser.php1
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()