diff options
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
