Skip to content

Commit c4e4487

Browse files
author
roman
committed
MAGETWO-96505: Fixed incorrect stacktrace displaying
1 parent d23af6e commit c4e4487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Message/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public function addException(\Exception $exception, $alternativeText = null, $gr
253253
$exception->getTrace(),
254254
true,
255255
true,
256-
(bool)getenv('DEBUG_SHOW_ARGS')
256+
(bool)getenv('MAGE_DEBUG_SHOW_ARGS')
257257
)
258258
);
259259

0 commit comments

Comments
 (0)