Just minor spacing tweaks

This commit is contained in:
paul 2006-11-23 07:14:22 +00:00
parent 040683b700
commit 91130937c5
1 changed files with 12 additions and 12 deletions

View File

@ -147,7 +147,7 @@ if(!is_null($this_file)){
if (file_exists($home_conf)) {
$default_config = $config;
$developer_name = $fileowner_name;
include $home_conf;
include($home_conf);
$user_config = $config;
$config = $user_config + $default_config;
}