diff options
Diffstat (limited to 'app/Controllers/userController.php')
| -rw-r--r-- | app/Controllers/userController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/userController.php b/app/Controllers/userController.php index 5209edc84..39b4769fd 100644 --- a/app/Controllers/userController.php +++ b/app/Controllers/userController.php @@ -130,7 +130,7 @@ class FreshRSS_user_Controller extends Minz_ActionController { Minz_Error::error(403); } - $email_not_verified = FreshRSS_Context::$user_conf->email_validation_token !== ''; + $email_not_verified = FreshRSS_Context::$user_conf->email_validation_token != ''; $this->view->disable_aside = false; if ($email_not_verified) { $this->view->_layout('simple'); |
