Contact: Don't use non core class in appinfo/app.php
This commit is contained in:
parent
402c6da968
commit
3b71e46cf7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ OC_App::addNavigationEntry( array(
|
|||
'order' => 10,
|
||||
'href' => OC_Helper::linkTo( 'contacts', 'index.php' ),
|
||||
'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');
|
||||
|
|
Loading…
Reference in a new issue