Skip to content
Snippets Groups Projects
Commit 9d45fb34 authored by Richard McLeod's avatar Richard McLeod
Browse files

Changed call to ini_get() to the variable that has already been set

parent c5c27f1b
Branches
Tags
No related merge requests found
......@@ -97,7 +97,7 @@ class Environment extends AbstractActionController
'responseType' => $responseType,
'data' => [
'version' => PHP_VERSION,
'ini' => ini_get('always_populate_raw_post_data')
'ini' => $iniSetting
]
];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment