1
0
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:
Thomas Tanghus 2013-04-25 01:03:42 +02:00
parent 8414c16955
commit c18bd89e51

View File

@ -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()) {