diff options
| author | 2021-02-17 10:34:54 -0500 | |
|---|---|---|
| committer | 2021-02-17 16:34:54 +0100 | |
| commit | 787e8fa463a2a9d24876aa1040d90e43ba122e34 (patch) | |
| tree | 147e345bffeccd87186350e39385c3363fc46070 /app/actualize_script.php | |
| parent | 8961c7beac40ee8b2d5623e136d57eb32dc910e9 (diff) | |
Add user maintenance hooks (#3440)
The new hook allows to add maintenance extensions at the user level.
See #3398
Diffstat (limited to 'app/actualize_script.php')
| -rwxr-xr-x | app/actualize_script.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/actualize_script.php b/app/actualize_script.php index 7df84b805..1e3514de7 100755 --- a/app/actualize_script.php +++ b/app/actualize_script.php @@ -72,6 +72,9 @@ foreach ($users as $user) { } FreshRSS_Auth::giveAccess(); + + Minz_ExtensionManager::callHook('freshrss_user_maintenance'); + $app->init(); notice('FreshRSS actualize ' . $user . '...'); echo $user, ' '; //Buffered |
