Browse Source

fix debug message

main
ghost 1 year ago
parent
commit
46ce339d60
  1. 3
      src/crontab/export/push.php

3
src/crontab/export/push.php

@ -361,8 +361,7 @@ if (API_EXPORT_PUSH_ENABLED) @@ -361,8 +361,7 @@ if (API_EXPORT_PUSH_ENABLED)
if (200 != $code = $curl->getCode())
{
$debug['dump'][$node->manifest]['warning'][] = sprintf(
_('Manifest URL "%s" unreachable with code: "%s"'),
$node->manifest,
_('Manifest unreachable with code: "%s"'),
$code
);

Loading…
Cancel
Save