diff options
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 063e714e7..5d0416e9a 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -766,6 +766,7 @@ logger('extra_fields: ' . print_r($extra_fields,true)); : '<a href="' . $a->get_baseurl(true) . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>') )); } + } return $o; } |