Fixed auth issue with private RSS feed

This commit is contained in:
Mark Pemberton 2011-06-14 22:39:47 -04:00
parent dd34ad3407
commit 74bab13f05

View File

@ -571,6 +571,7 @@ class SemanticScuttle_Service_User extends SemanticScuttle_DbService
$this->db->sql_freeresult($dbresult);
if ($row) {
$this->setCurrentUserId($row[$this->getFieldName('primary')], true);
return true;
} else {
return false;