diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-27 14:54:41 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-27 14:54:41 -0800 |
commit | 18b22f5f8a7364ef94c51a7cf2f0a1d8b35fc5ad (patch) | |
tree | 27f7aed69fc0425bc1f514163de31c093891b498 /Zotlabs/Module | |
parent | d609d2d2ade122aacac6f0dd48249888cb76522a (diff) | |
download | volse-hubzilla-18b22f5f8a7364ef94c51a7cf2f0a1d8b35fc5ad.tar.gz volse-hubzilla-18b22f5f8a7364ef94c51a7cf2f0a1d8b35fc5ad.tar.bz2 volse-hubzilla-18b22f5f8a7364ef94c51a7cf2f0a1d8b35fc5ad.zip |
prep work
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Profiles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php index d6c9d6570..f6e8b11ed 100644 --- a/Zotlabs/Module/Profiles.php +++ b/Zotlabs/Module/Profiles.php @@ -785,6 +785,7 @@ class Profiles extends \Zotlabs\Web\Controller { '$contact' => array('contact', t('Contact information and social networks'), $r[0]['contact']), '$channels' => array('channels', t('My other channels'), $r[0]['channels']), '$extra_fields' => $extra_fields, + '$comms' => t('Communications'), '$tel_label' => t('Phone'), '$email_label' => t('Email'), '$impp_label' => t('Instant messenger'), |