fixed saving of nonset attributes
This commit is contained in:
parent
0f3d478e20
commit
64fd21a6f0
|
@ -124,7 +124,7 @@ function saveAccountProfile($attributes, $profile, $scope) {
|
|||
$line = $keys[$i] . ": " . implode("+::+", $attributes[$keys[$i]]) . "\n";
|
||||
}
|
||||
else {
|
||||
$line = $keys[$i] . ": ";
|
||||
$line = $keys[$i] . ": \n";
|
||||
}
|
||||
fputs($file, $line);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue