29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-26 07:13:21 +00:00

Update plugins/system/schedulerunner/src/Extension/ScheduleRunner.php

This commit is contained in:
Quy 2024-06-15 08:07:03 -07:00 committed by GitHub
parent 3d7a350466
commit 86e5e64a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,6 @@ final class ScheduleRunner extends CMSPlugin implements SubscriberInterface
// Since the request from the frontend may time out, try allowing execution after disconnect.
if (\function_exists('ignore_user_abort')) {
ignore_user_abort(true);
}