mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
load remote and public paths from info.xml during upgrade instead of setting them every time
This commit is contained in:
parent
b612c2d68d
commit
afbfa8b537
@ -25,4 +25,3 @@ OCP\App::addNavigationEntry( array(
|
||||
OCP\App::registerPersonal('contacts','settings');
|
||||
OCP\Util::addscript('contacts', 'loader');
|
||||
OC_Search::registerProvider('OC_Search_Provider_Contacts');
|
||||
OCP\CONFIG::setAppValue('core', 'remote_carddav', '/apps/contacts/appinfo/remote.php');
|
@ -8,4 +8,8 @@
|
||||
<description>Address book with CardDAV support.</description>
|
||||
<standalone/>
|
||||
<default_enable/>
|
||||
<remote>
|
||||
<contacts>appinfo/remote.php</contacts>
|
||||
<carddav>appinfo/remote.php</carddav>
|
||||
</remote>
|
||||
</info>
|
||||
|
@ -1 +1 @@
|
||||
0.1
|
||||
0.2
|
Loading…
x
Reference in New Issue
Block a user