We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f70280 commit a171d63Copy full SHA for a171d63
install/lib/install.lib.php
@@ -423,7 +423,7 @@ function ini_to_array($ini) {
423
424
425
//* Converts a config array to a string
426
-public function array_to_ini($config_array = '') {
+function array_to_ini($config_array = '') {
427
if($config_array == '') $config_array = $this->config;
428
$content = '';
429
foreach($config_array as $section => $data) {
0 commit comments