cron
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-27 00:24:30 +02:00
parent 7ce9173d57
commit e7a1878c72
7 changed files with 573 additions and 1 deletions

View File

@@ -231,6 +231,7 @@ if (str_starts_with($uriPath, 'modules/install')) {
require_once $moduleBootstrap;
}
if ($modulePage) {
app()->modules()->runDueIntervalTasks($module);
$target = $modulePage;
} else {
http_response_code(404);