Fixed auth issue with private RSS feed
This commit is contained in:
parent
dd34ad3407
commit
74bab13f05
@ -571,6 +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);
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user