aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connedit.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-21 15:03:33 -0800
committerzotlabs <mike@macgirvin.com>2016-12-21 15:03:33 -0800
commitbb85e139f110d2d65a54f8aefbd3777a99d053e2 (patch)
tree01cd01d854dfcc02a9571a9f6aca828a639d7975 /Zotlabs/Module/Connedit.php
parentfcc92299ebaf5a723f31e44e2e16a6248bbdc04b (diff)
downloadvolse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.tar.gz
volse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.tar.bz2
volse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.zip
more vcard work
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r--Zotlabs/Module/Connedit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php
index 29471ed99..d60ffcd56 100644
--- a/Zotlabs/Module/Connedit.php
+++ b/Zotlabs/Module/Connedit.php
@@ -832,6 +832,7 @@ class Connedit extends \Zotlabs\Web\Controller {
'$permnote_self' => t('Some permissions may be inherited from your channel\'s <a href="settings"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes.'),
'$lastupdtext' => t('Last update:'),
'$last_update' => relative_date($contact['abook_connected']),
+ '$is_mobile' => ((\App::$is_mobile || \App::$is_tablet) ? true : false),
'$profile_select' => contact_profile_assign($contact['abook_profile']),
'$multiprofs' => $multiprofs,
'$contact_id' => $contact['abook_id'],