Just minor spacing tweaks
This commit is contained in:
parent
040683b700
commit
91130937c5
|
@ -147,7 +147,7 @@ if(!is_null($this_file)){
|
||||||
if (file_exists($home_conf)) {
|
if (file_exists($home_conf)) {
|
||||||
$default_config = $config;
|
$default_config = $config;
|
||||||
$developer_name = $fileowner_name;
|
$developer_name = $fileowner_name;
|
||||||
include $home_conf;
|
include($home_conf);
|
||||||
$user_config = $config;
|
$user_config = $config;
|
||||||
$config = $user_config + $default_config;
|
$config = $user_config + $default_config;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue