diff options
Diffstat (limited to 'app/Controllers/authController.php')
| -rw-r--r-- | app/Controllers/authController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/authController.php b/app/Controllers/authController.php index 7b0462888..3fc7036fa 100644 --- a/app/Controllers/authController.php +++ b/app/Controllers/authController.php @@ -191,7 +191,7 @@ class FreshRSS_auth_Controller extends FreshRSS_ActionController { $password = Minz_Request::paramString('p'); Minz_Request::_param('p'); - if (!$username) { + if ($username === '') { return; } |
