diff options
-rw-r--r-- | it_user.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_user.class b/it_user.class index 50a5d2e..914d3e3 100644 --- a/it_user.class +++ b/it_user.class @@ -167,7 +167,7 @@ function get_status() } else if (isset($_COOKIE[$this->p['uidcookiename']]) && ($this->uid = substr($_COOKIE[$this->p['uidcookiename']], 0, 32))) { - $this->read($this->uid); + @$this->read($this->uid); if ($this->username == $this->uid) $this->username = ""; |