Skip to content

Commit 5f22050

Browse files
author
Till Brehm
committed
Changed $config from empty string to empty array.
1 parent 46777f3 commit 5f22050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/install.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ function edit_xinetd_conf($service){
618618

619619
//* Converts a ini string to array
620620
function ini_to_array($ini) {
621-
$config = '';
621+
$config = array();
622622
$ini = str_replace("\r\n", "\n", $ini);
623623
$lines = explode("\n", $ini);
624624
foreach($lines as $line) {

0 commit comments

Comments
 (0)