From 9c6682e7edf8cbad828088cbeeef66c7ecefdd9a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 2 Jan 2021 21:20:19 +0100 Subject: Avoid manual initialisations of system or user configuration (#3070) * Avoid manual intialisations of system or user configuration More consistent use of Context * Simplify FreshRSS_Context::initUser * Remove a few manual get_user_configuration * A bit of debugging * Fix context user init * Fix install * Fix concurrency Concurrent requests could lead to bad race condition * Fix actualize cron Fix case when system i initialised several times --- p/api/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/api/index.php') diff --git a/p/api/index.php b/p/api/index.php index d441099d7..6ca7e1b6d 100644 --- a/p/api/index.php +++ b/p/api/index.php @@ -10,7 +10,7 @@ Minz_Url::display('/api/greader.php', 'php', true), 'fever' => Minz_Url::display('/api/fever.php', 'php', true), -- cgit v1.2.3