aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-23 19:07:01 -0800
committerzotlabs <mike@macgirvin.com>2017-02-23 19:07:01 -0800
commitb1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87 (patch)
tree603c8e4271337b80cbb866dbe7106e4b63b1ea0d /include
parent96fdb88690fcb572b5bc4948a7df71b3c257a97d (diff)
downloadvolse-hubzilla-b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87.tar.gz
volse-hubzilla-b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87.tar.bz2
volse-hubzilla-b1ff5367e7e853d7e0e24c91aecc3a8f80d0ba87.zip
more work on profile vcards - still a lot of work to go
Diffstat (limited to 'include')
-rw-r--r--include/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php
index 755bfc5d6..b838f8393 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -1608,7 +1608,7 @@ function get_profile_fields_basic($filter = 0) {
$profile_fields_basic = (($filter == 0) ? get_config('system','profile_fields_basic') : null);
if(! $profile_fields_basic)
- $profile_fields_basic = array('fullname','pdesc','chandesc','gender','dob','dob_tz','address','locality','region','postal_code','country_name','marital','sexual','homepage','hometown','keywords','about','contact');
+ $profile_fields_basic = array('fullname','pdesc','chandesc','comms','gender','dob','dob_tz','address','locality','region','postal_code','country_name','marital','sexual','homepage','hometown','keywords','about','contact');
$x = array();
if($profile_fields_basic)