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