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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-12-16 17:57:44 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-12-16 18:04:32 +0300
commit447610b2603b8d258a90fc93ecb54708f70a002d (patch)
tree76763a13faa5bb2f4164d018fdad7f94da9e5a41 /appinfo/info.xml
parent840a124b66d404c57c22e2ea566c6c4b1b83601b (diff)
Fix appid
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b68060fd..5d9b74a5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<info>
- <id>documents</id>
+ <id>richdocuments</id>
<name>Collabora Online Development Edition</name>
<description>An ownCloud app to work with office documents</description>
<licence>AGPL</licence>
@@ -13,7 +13,6 @@
<owncloud min-version="8.1" max-version="9.0" />
</dependencies>
<public>
- <documents>public.php</documents>
+ <richdocuments>public.php</richdocuments>
</public>
- <ocsid>168711</ocsid>
</info>