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

github.com/nextcloud/jsloader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-05-23 16:29:58 +0300
committerGitHub <noreply@github.com>2017-05-23 16:29:58 +0300
commit7e0b2d6e167e8f29f7ddadb754eeea8705cbc227 (patch)
treea46254cc1868e42e8dabccb9b73c132a209b16fb
parent18b6e1b0a51c9541ece3126a45f00c56c25e20a2 (diff)
parent83c3ced2a7da3c0bc10a1a01195d32b94a6bedb8 (diff)
Merge pull request #2 from nextcloud/fix-loading-of-admin-setting
Fix loading of the settings page by specifying the non-default namespace
-rwxr-xr-xappinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c97a92d..dc9f9dc 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,6 +17,9 @@
<dependencies>
<nextcloud min-version="12" max-version="12" />
</dependencies>
+
+ <namespace>JSLoader</namespace>
+
<settings>
<admin>OCA\JSLoader\Settings\Admin</admin>
<admin-section>OCA\JSLoader\Settings\Section</admin-section>