Fixed issue with storing RSS login in session

This commit is contained in:
Mark Pemberton 2011-06-15 08:47:50 -04:00
parent 045d139d64
commit f9dbdc6645

View File

@ -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;