mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 14:43:32 -04:00
Fix a call to $system_conf
See https://github.com/FreshRSS/FreshRSS/issues/730
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user