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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-10 19:05:07 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-10 19:05:07 +0300
commit9c47885b7771ffba628ab3b9fadf4c21475a4de4 (patch)
treece5b048b32d9dc37a9d2c600e0c5540de689f435 /appinfo
parent85364aeb340dd07118ee2a5df9ff1c97c3a6c803 (diff)
specify namespace for autoloader
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9a5f186d..3e33483a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,6 +9,7 @@
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
+ <namespace>User_SAML</namespace>
<types>
<authentication/>
</types>