mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
Fix various typos and spelling errors in documentation, comments and code. (#4134)
This commit is contained in:
@@ -149,7 +149,7 @@ class FreshRSS_auth_Controller extends FreshRSS_ActionController {
|
||||
]);
|
||||
FreshRSS_Auth::giveAccess();
|
||||
|
||||
// Set cookie parameter if nedded.
|
||||
// Set cookie parameter if needed.
|
||||
if (Minz_Request::param('keep_logged_in')) {
|
||||
FreshRSS_FormAuth::makeCookie($username, FreshRSS_Context::$user_conf->passwordHash);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user