Fixed issue with storing RSS login in session
This commit is contained in:
parent
045d139d64
commit
f9dbdc6645
@ -571,7 +571,7 @@ class SemanticScuttle_Service_User extends SemanticScuttle_DbService
|
||||
$this->db->sql_freeresult($dbresult);
|
||||
|
||||
if ($row) {
|
||||
$this->setCurrentUserId($row[$this->getFieldName('primary')], true);
|
||||
$this->setCurrentUserId($row[$this->getFieldName('primary')], false);
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user