Skip to content

Commit 9d45fb3

Browse files
author
Richard McLeod
committed
Changed call to ini_get() to the variable that has already been set
1 parent c5c27f1 commit 9d45fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Controller/Environment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function phpRawpostAction()
9797
'responseType' => $responseType,
9898
'data' => [
9999
'version' => PHP_VERSION,
100-
'ini' => ini_get('always_populate_raw_post_data')
100+
'ini' => $iniSetting
101101
]
102102
];
103103

0 commit comments

Comments
 (0)