diff options
Diffstat (limited to 'app/FreshRSS.php')
| -rw-r--r-- | app/FreshRSS.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php index cac803329..0d433dc2b 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -66,7 +66,7 @@ class FreshRSS extends Minz_FrontController { self::checkEmailValidated(); } - Minz_ExtensionManager::callHookVoid('freshrss_init'); + Minz_ExtensionManager::callHookVoid(Minz_HookType::FreshrssInit); } private static function initAuth(): void { |
