aboutsummaryrefslogtreecommitdiff
path: root/actions/profile/fields/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/profile/fields/add.php')
-rw-r--r--actions/profile/fields/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/profile/fields/add.php b/actions/profile/fields/add.php
index 15bd7024a..b35df1549 100644
--- a/actions/profile/fields/add.php
+++ b/actions/profile/fields/add.php
@@ -20,7 +20,7 @@ if (!$fieldlist) {
$id = max($fieldlistarray) + 1;
}
-if (($label) && ($type)){
+if (($label) && ($type)) {
if (!empty($fieldlist)) {
$fieldlist .= ',';
}