aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cdav.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-22 18:56:04 +0000
committerMario <mario@mariovavti.com>2021-08-22 18:56:04 +0000
commit2bd4f7384e3693c4f1f1886216ec0feedd23021e (patch)
treee45514335363a672a3265f4e3a5b8eb4c99d8deb /Zotlabs/Module/Cdav.php
parent1c44b37cb0e82122f383fd8350a00ffe3eacd66d (diff)
downloadvolse-hubzilla-2bd4f7384e3693c4f1f1886216ec0feedd23021e.tar.gz
volse-hubzilla-2bd4f7384e3693c4f1f1886216ec0feedd23021e.tar.bz2
volse-hubzilla-2bd4f7384e3693c4f1f1886216ec0feedd23021e.zip
more app descriptions
Diffstat (limited to 'Zotlabs/Module/Cdav.php')
-rw-r--r--Zotlabs/Module/Cdav.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/Zotlabs/Module/Cdav.php b/Zotlabs/Module/Cdav.php
index e41772d38..599552545 100644
--- a/Zotlabs/Module/Cdav.php
+++ b/Zotlabs/Module/Cdav.php
@@ -873,10 +873,8 @@ class Cdav extends Controller {
if((argv(1) === 'addressbook') && (! Apps::system_app_installed(local_channel(), 'CardDAV'))) {
//Do not display any associated widgets at this point
App::$pdl = '';
-
- $o = '<b>' . t('CardDAV App') . ' (' . t('Not Installed') . '):</b><br>';
- $o .= t('CalDAV capable addressbook');
- return $o;
+ $papp = Apps::get_papp('CardDAV');
+ return Apps::app_render($papp, 'module');
}
App::$profile_uid = local_channel();