Better place for INSTALL_FINISH hook

This commit is contained in:
slawkens
2024-05-31 19:21:37 +02:00
parent 44eff8092c
commit d3f03fa735
3 changed files with 4 additions and 1 deletions

View File

@@ -198,4 +198,4 @@ if(file_exists(CACHE . 'install.txt')) {
unlink(CACHE . 'install.txt');
}
$hooks->trigger(HOOK_INSTALL_FINISH);
$hooks->trigger(HOOK_INSTALL_FINISH_END);