From a18c35046daee15e7ac5f85db290d54541a03e3c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 11 Nov 2025 08:17:12 +0100 Subject: Housekeeping lib_rss.php (#8193) * Housekeeping lib_rss.php `lib_rss.php` had become much too large, especially after https://github.com/FreshRSS/FreshRSS/pull/7924 Moved most functions to other places. Mostly no change of code otherwise (see comments). * Extension: composer run-script phpstan-third-party --- app/actualize_script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/actualize_script.php') diff --git a/app/actualize_script.php b/app/actualize_script.php index e64d0b707..3935aaac4 100755 --- a/app/actualize_script.php +++ b/app/actualize_script.php @@ -66,7 +66,7 @@ echo 'Results: ', "\n"; //Buffered // Create the list of users to actualize. // Users are processed in a random order but always start with default user -$users = listUsers(); +$users = FreshRSS_user_Controller::listUsers(); shuffle($users); if (FreshRSS_Context::systemConf()->default_user !== '') { array_unshift($users, FreshRSS_Context::systemConf()->default_user); -- cgit v1.2.3