#fix https://github.com/FreshRSS/FreshRSS/issues/3528 config was not properly reloaded after being populated
@@ -152,7 +152,7 @@ function saveStep2() {
opcache_reset();
}
- FreshRSS_Context::initSystem();
+ FreshRSS_Context::initSystem(true);
$ok = false;
try {
@@ -86,7 +86,7 @@ if (function_exists('opcache_reset')) {
-FreshRSS_Context::initSystem();
+FreshRSS_Context::initSystem(true);
Minz_Session::_param('currentUser', '_'); //Default user