mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Contacts: One more class name adjustment
This commit is contained in:
parent
8414c16955
commit
c18bd89e51
@ -45,7 +45,7 @@ if(\OCP\App::isEnabled('appframework')) {
|
|||||||
|
|
||||||
\OC_Search::registerProvider('OCA\Contacts\SearchProvider');
|
\OC_Search::registerProvider('OCA\Contacts\SearchProvider');
|
||||||
//\OCP\Share::registerBackend('contact', 'OCA\Contacts\Share_Backend_Contact');
|
//\OCP\Share::registerBackend('contact', 'OCA\Contacts\Share_Backend_Contact');
|
||||||
\OCP\Share::registerBackend('addressbook', 'OCA\Contacts\Share_Backend_Addressbook', 'contact');
|
\OCP\Share::registerBackend('addressbook', 'OCA\Contacts\Share\Addressbook', 'contact');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if(OCP\User::isLoggedIn()) {
|
if(OCP\User::isLoggedIn()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user