From 9d45fb3425567cf296972d532307630c0453eccc Mon Sep 17 00:00:00 2001
From: Richard McLeod <richard@wearejh.com>
Date: Thu, 12 Mar 2015 09:33:19 +0000
Subject: [PATCH] Changed call to ini_get() to the variable that has already
 been set

---
 setup/src/Magento/Setup/Controller/Environment.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/src/Magento/Setup/Controller/Environment.php b/setup/src/Magento/Setup/Controller/Environment.php
index 8974b26365c..8c2bd5ab021 100644
--- a/setup/src/Magento/Setup/Controller/Environment.php
+++ b/setup/src/Magento/Setup/Controller/Environment.php
@@ -97,7 +97,7 @@ class Environment extends AbstractActionController
             'responseType' => $responseType,
             'data' => [
                 'version' => PHP_VERSION,
-                'ini' => ini_get('always_populate_raw_post_data')
+                'ini' => $iniSetting
             ]
         ];
 
-- 
GitLab