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

remotes/origin/stable4
Bart Visscher 14 years ago
parent 402c6da968
commit 3b71e46cf7
  1. 2
      apps/contacts/appinfo/app.php

@ -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…
Cancel
Save