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