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 --- app/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/install.php') diff --git a/app/install.php b/app/install.php index 1eb952286..b7b309e1a 100644 --- a/app/install.php +++ b/app/install.php @@ -152,7 +152,7 @@ function saveStep2() { opcache_reset(); } - FreshRSS_Context::initSystem(); + FreshRSS_Context::initSystem(true); $ok = false; try { -- cgit v1.2.3