summaryrefslogtreecommitdiffstats
path: root/apps/contacts/settings.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-07-08 17:52:57 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-07-08 17:52:57 +0200
commit334257d2b64fb9690ded42a747e4abca1ffbb1bf (patch)
tree61d307970f482a852d40df96e05f9128045477b5 /apps/contacts/settings.php
parent3424785db0b9396a950083d90dc6d5cf3133b512 (diff)
downloadnextcloud-server-334257d2b64fb9690ded42a747e4abca1ffbb1bf.tar.gz
nextcloud-server-334257d2b64fb9690ded42a747e4abca1ffbb1bf.zip
Implemented VCFExportPlugin.
Diffstat (limited to 'apps/contacts/settings.php')
-rw-r--r--apps/contacts/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/settings.php b/apps/contacts/settings.php
index c88fed0b4d6..bc57f4a1d05 100644
--- a/apps/contacts/settings.php
+++ b/apps/contacts/settings.php
@@ -1,6 +1,7 @@
<?php
$tmpl = new OCP\Template( 'contacts', 'settings');
+$tmpl->assign('addressbooks', OC_Contacts_Addressbook::all(OCP\USER::getUser()), false);
return $tmpl->fetchPage();
?>