Skip to content

Commit

Permalink
Merge pull request #129 from FriendsOfREDAXO/alxndr-w-patch-1
Browse files Browse the repository at this point in the history
Cronjob darf nicht andere Cronjobs blockieren
  • Loading branch information
alxndr-w authored Oct 26, 2024
2 parents 09b6b84 + acac168 commit fdb2b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cronjob/Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function getParamFields()
'name' => 'url',
'label' => rex_i18n::msg('neues_entry_sync_cronjob_url'),
'type' => 'text',
'attributes' => ['required' => 'required', 'type' => 'url'],
'attributes' => ['type' => 'url'],
],
[
'name' => 'token',
Expand Down

0 comments on commit fdb2b7c

Please sign in to comment.