Unregister from personal settings.
This commit is contained in:
parent
19c55e2d44
commit
90a1b5a758
|
@ -18,7 +18,5 @@ OCP\App::addNavigationEntry( array(
|
||||||
'icon' => OCP\Util::imagePath( 'settings', 'users.svg' ),
|
'icon' => OCP\Util::imagePath( 'settings', 'users.svg' ),
|
||||||
'name' => OC_L10N::get('contacts')->t('Contacts') ));
|
'name' => OC_L10N::get('contacts')->t('Contacts') ));
|
||||||
|
|
||||||
|
|
||||||
OCP\App::registerPersonal('contacts', 'settings');
|
|
||||||
OCP\Util::addscript('contacts', 'loader');
|
OCP\Util::addscript('contacts', 'loader');
|
||||||
OC_Search::registerProvider('OC_Search_Provider_Contacts');
|
OC_Search::registerProvider('OC_Search_Provider_Contacts');
|
||||||
|
|
Loading…
Reference in New Issue