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 9a11bedc4..937c0759d 100644 --- a/app/Controllers/authController.php +++ b/app/Controllers/authController.php @@ -52,7 +52,7 @@ class FreshRSS_auth_Controller extends Minz_ActionController { FreshRSS_Context::$system_conf->unsafe_autologin_enabled = $unsafe_autologin; FreshRSS_Context::$system_conf->api_enabled = $api_enabled; - $ok &= $system_conf->save(); + $ok &= FreshRSS_Context::$system_conf->save(); } invalidateHttpCache(); |
