mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 08:14:56 -04:00
CLI add missing extension hook freshrss_user_maintenance (#4495)
This commit is contained in:
committed by
GitHub
parent
0cb9f59622
commit
240afa7d4d
@@ -16,6 +16,8 @@ if (!validateOptions($argv, $params) || empty($options['user'])) {
|
||||
|
||||
$username = cliInitUser($options['user']);
|
||||
|
||||
Minz_ExtensionManager::callHook('freshrss_user_maintenance');
|
||||
|
||||
fwrite(STDERR, 'FreshRSS actualizing user “' . $username . "”…\n");
|
||||
|
||||
$result = FreshRSS_category_Controller::refreshDynamicOpmls();
|
||||
|
||||
Reference in New Issue
Block a user