mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Contact: Don't use non core class in appinfo/app.php
This commit is contained in:
parent
6bfb0189b6
commit
a2f39dec1d
@ -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 New Issue
Block a user