1
0
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:
Robin Appelman 2012-05-11 20:32:37 +02:00
parent b612c2d68d
commit afbfa8b537
3 changed files with 5 additions and 2 deletions

View File

@ -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');

View File

@ -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>

View File

@ -1 +1 @@
0.1
0.2