Skip to content
Snippets Groups Projects
Commit 3b71e46c authored by Bart Visscher's avatar Bart Visscher
Browse files

Contact: Don't use non core class in appinfo/app.php

parent 402c6da9
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ OC_App::addNavigationEntry( array( ...@@ -20,7 +20,7 @@ OC_App::addNavigationEntry( array(
'order' => 10, 'order' => 10,
'href' => OC_Helper::linkTo( 'contacts', 'index.php' ), 'href' => OC_Helper::linkTo( 'contacts', 'index.php' ),
'icon' => OC_Helper::imagePath( 'settings', 'users.svg' ), 'icon' => OC_Helper::imagePath( 'settings', 'users.svg' ),
'name' => OC_Contacts_App::$l10n->t('Contacts') )); 'name' => OC_L10N::get('contact')->t('Contacts') ));
OC_APP::registerPersonal('contacts','settings'); OC_APP::registerPersonal('contacts','settings');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment