Fix auto-login (avoid multiple confirmation emails)
This commit is contained in:
@@ -59,7 +59,7 @@ class User extends PhpObject {
|
||||
$this->updateCookie();
|
||||
}
|
||||
|
||||
return Spot::getResult($bSuccess, $sDesc, $this->getUserInfo());
|
||||
return Spot::getResult($bSuccess, $sDesc);
|
||||
}
|
||||
|
||||
public function removeUser() {
|
||||
|
||||
Reference in New Issue
Block a user