summaryrefslogtreecommitdiffstats
path: root/apps/contacts/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/settings.php')
-rw-r--r--apps/contacts/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/settings.php b/apps/contacts/settings.php
index a079499381b..5f639399c95 100644
--- a/apps/contacts/settings.php
+++ b/apps/contacts/settings.php
@@ -3,4 +3,4 @@
$tmpl = new OCP\Template( 'contacts', 'settings');
$tmpl->assign('addressbooks', OC_Contacts_Addressbook::all(OCP\USER::getUser()), false);
-return $tmpl->fetchPage();
+$tmpl->printPage();