Skip to content

Commit

Permalink
Update lib/Cronjob/Sync.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Aug 22, 2024
1 parent 2bae419 commit 8cd579f
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 @@ -35,7 +35,7 @@ public function execute()

if (!$response->isOk()) {
/**
* REVIEW: in 'neues_entry_sync_error' ist kein Platzhalter für den Code. Code überflüssig?
* TODO: in 'neues_entry_sync_error' Platzhalter für den Code. einfügen.
* TODO: reicht auch $this->setMessage(rex_i18n::msg('neues_entry_sync_error') ??
*/
$this->setMessage(sprintf(rex_i18n::msg('neues_entry_sync_error'), $response->getStatusCode()));
Expand Down

0 comments on commit 8cd579f

Please sign in to comment.