From 54a3b28dce8ed0185d504e9c16d068a852d8a7b3 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Sat, 17 Sep 2011 00:26:57 +0200 Subject: Split OC_Contacts_Addressbook in _Addressbook and _VCard --- apps/contacts/appinfo/app.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/contacts/appinfo/app.php') diff --git a/apps/contacts/appinfo/app.php b/apps/contacts/appinfo/app.php index 7ae6be5d6e3..98416ead2fc 100644 --- a/apps/contacts/appinfo/app.php +++ b/apps/contacts/appinfo/app.php @@ -1,16 +1,17 @@ 10, 'id' => 'contacts', 'name' => 'Contacts' )); -OC_App::addNavigationEntry( array( +OC_App::addNavigationEntry( array( 'id' => 'contacts_index', 'order' => 10, 'href' => OC_Helper::linkTo( 'contacts', 'index.php' ), -- cgit v1.2.3