diff options
Diffstat (limited to 'apps/updatenotification/lib/BackgroundJob/ResetToken.php')
-rw-r--r-- | apps/updatenotification/lib/BackgroundJob/ResetToken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/lib/BackgroundJob/ResetToken.php b/apps/updatenotification/lib/BackgroundJob/ResetToken.php index 856e179814b..05f8ea639a8 100644 --- a/apps/updatenotification/lib/BackgroundJob/ResetToken.php +++ b/apps/updatenotification/lib/BackgroundJob/ResetToken.php @@ -55,7 +55,7 @@ class ResetToken extends TimedJob { * @param $argument */ protected function run($argument) { - if ($this->config->getSystemValueBool('config_is_read_only') !== false) { + if ($this->config->getSystemValueBool('config_is_read_only')) { return; } |