From a62d6288b17be77a686bb5288ab49931c51aaeef Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 20 Mar 2021 18:25:55 +0100 Subject: Fix init in CLI install (#3544) #fix https://github.com/FreshRSS/FreshRSS/issues/3528 config was not properly reloaded after being populated --- cli/do-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/do-install.php') diff --git a/cli/do-install.php b/cli/do-install.php index 258b5b688..4d76b9acb 100755 --- a/cli/do-install.php +++ b/cli/do-install.php @@ -86,7 +86,7 @@ if (function_exists('opcache_reset')) { opcache_reset(); } -FreshRSS_Context::initSystem(); +FreshRSS_Context::initSystem(true); Minz_Session::_param('currentUser', '_'); //Default user -- cgit v1.2.3