Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-05-31 15:00:58 +0400
committerBart Visscher <bartv@thisnet.nl>2012-05-31 15:01:30 +0400
commita540d2e6dba56c5b599501b2441c285b19478d29 (patch)
tree8948e7125ed99a3b15e55dd538e3847c5eec6fc9 /user_webfinger
parent13329882a9ccb88e26e2fa371dcff41dc2b59a18 (diff)
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
Diffstat (limited to 'user_webfinger')
-rw-r--r--user_webfinger/appinfo/app.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/user_webfinger/appinfo/app.php b/user_webfinger/appinfo/app.php
index a45efd96a..3336af668 100644
--- a/user_webfinger/appinfo/app.php
+++ b/user_webfinger/appinfo/app.php
@@ -1,7 +1,3 @@
<?php
-OCP\App::register( array(
- 'order' => 11,
- 'id' => 'user_webfinger',
- 'name' => 'Webfinger' ));
OCP\CONFIG::setAppValue('core', 'public_host-meta', '/apps/user_webfinger/host-meta.php');
OCP\CONFIG::setAppValue('core', 'public_webfinger', '/apps/user_webfinger/webfinger.php');