diff --git a/appinfo/app.php b/appinfo/app.php index 7e196733..e5e1d572 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -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'); \ No newline at end of file diff --git a/appinfo/info.xml b/appinfo/info.xml index 4d2fe383..86692d65 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,4 +8,8 @@ Address book with CardDAV support. + + appinfo/remote.php + appinfo/remote.php + diff --git a/appinfo/version b/appinfo/version index ceab6e11..2f453618 100644 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.1 \ No newline at end of file +0.2 \ No newline at end of file