diff options
| author | 2022-08-08 11:39:21 +0200 | |
|---|---|---|
| committer | 2022-08-08 11:39:21 +0200 | |
| commit | 240afa7d4dcf33de4575a1531e2db3c9f4400c1f (patch) | |
| tree | e4fe41132558722a4ded1992f3d0dae1a202d358 /cli | |
| parent | 0cb9f59622f893ce0878e3876e28556781dd6700 (diff) | |
CLI add missing extension hook freshrss_user_maintenance (#4495)
Diffstat (limited to 'cli')
| -rwxr-xr-x | cli/actualize-user.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/actualize-user.php b/cli/actualize-user.php index 512a7e50f..c267da648 100755 --- a/cli/actualize-user.php +++ b/cli/actualize-user.php @@ -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(); |
