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

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2018-10-28 16:22:14 +0300
committersualko <klaus@jsxc.org>2018-10-28 16:22:14 +0300
commit9a5c415edf52611d59bf306ecd99aff8d86f43f3 (patch)
tree58352df3c44b99b1c037ea06e5890d0c25aeadd0
parent6cdaa0e956020c95181aa44a172f5a9e99bcc732 (diff)
make app compliant
-rwxr-xr-xappinfo/info.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 95b125c..2147689 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,13 +17,13 @@
<nextcloud min-version="13.0" max-version="15"/>
</dependencies>
- <settings>
- <admin>OCA\Piwik\Settings\Admin</admin>
- </settings>
-
<repair-steps>
<post-migration>
<step>OCA\Piwik\Migration\Settings</step>
</post-migration>
</repair-steps>
+
+ <settings>
+ <admin>OCA\Piwik\Settings\Admin</admin>
+ </settings>
</info>