wugg 9 miesięcy temu
rodzic
commit
f8b2f1696b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/common/User.php

+ 1 - 1
app/common/User.php

@@ -118,7 +118,7 @@ class User {
             $this->logined = true;
 
             if ($this->token!='') {
-                Token::set($this->token, 'user',$this->userinfo,$this->keeptime);
+                Token::set("user:info:".$this->token, 'user',$this->userinfo,$this->keeptime);
             }
         return true;
     }