summaryrefslogtreecommitdiff
path: root/it_user.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_user.class')
-rw-r--r--it_user.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_user.class b/it_user.class
index ee12258..50a5d2e 100644
--- a/it_user.class
+++ b/it_user.class
@@ -242,7 +242,7 @@ function login($username, $password, $ignorepassword = false, $withsession = tru
if ($withsession)
$result = $this->session->set_valid(true, $this->login_identifier_required, $this->login_identifier);
else
- $result = $_COOKIE[$this->p['uidcookiename']] = $this->session->get_uid();
+ $result = $this->_set_uid($this->session->get_uid());
}
}