From d42b4c299c7400d728a7a6eeeabe6f0f4ac3f169 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 5 Feb 2021 22:21:31 +0100 Subject: Add requirements check in CLI (#3410) * Add requirements check in CLI #fix https://github.com/FreshRSS/FreshRSS/issues/1853 * More checks #fix https://github.com/FreshRSS/FreshRSS/issues/1853 --- cli/actualize-user.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/actualize-user.php') diff --git a/cli/actualize-user.php b/cli/actualize-user.php index 6e514bf4e..347c9a953 100755 --- a/cli/actualize-user.php +++ b/cli/actualize-user.php @@ -2,6 +2,8 @@ db['type']); + $params = array( 'user:', ); -- cgit v1.2.3