aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connedit.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-05 18:06:25 -0800
committerzotlabs <mike@macgirvin.com>2018-02-05 18:06:25 -0800
commitcadd958339323f5fcf4c2b438f7a5e311e477d52 (patch)
tree9c1d4c94d68bc5aa193a4c6cc163c6874f6f6ab1 /Zotlabs/Module/Connedit.php
parentb06c52553d1fee69062b533a46b80190d9b4b350 (diff)
downloadvolse-hubzilla-cadd958339323f5fcf4c2b438f7a5e311e477d52.tar.gz
volse-hubzilla-cadd958339323f5fcf4c2b438f7a5e311e477d52.tar.bz2
volse-hubzilla-cadd958339323f5fcf4c2b438f7a5e311e477d52.zip
remove mobile_detect (outdated and unmaintainable)
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r--Zotlabs/Module/Connedit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php
index e23a751d9..f359175c1 100644
--- a/Zotlabs/Module/Connedit.php
+++ b/Zotlabs/Module/Connedit.php
@@ -895,7 +895,6 @@ 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'],