Skip to content

Commit 61a8399

Browse files
committed
MAGETWO-34390: Stabilization of replacing Zend_Locale with Native PHP Implementation
1 parent 1074de5 commit 61a8399

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/internal/Magento/Framework/Webapi/ErrorProcessor.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,9 @@ public function apiShutdownFunction()
294294
if ($this->_appState->getMode() == State::MODE_DEVELOPER) {
295295
$this->renderErrorMessage($errorMessage);
296296
} else {
297-
$this->renderErrorMessage(new Phrase('Server internal error. See details in report api/%1', $reportId));
297+
$this->renderErrorMessage(
298+
new Phrase('Server internal error. See details in report api/%1', [$reportId])
299+
);
298300
}
299301
}
300302
}

0 commit comments

Comments
 (0)