diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-01-18 12:04:37 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2016-02-04 15:31:05 +0100 |
commit | e3eda917ef947af04268a1e11975524de0c77c94 (patch) | |
tree | eb2ce3e8ee8d3deacd8d5e2309b9702bf093d781 /apps/files_external | |
parent | 52ce83993d16edf7ddacede5968ef5c32459479c (diff) | |
download | nextcloud-server-e3eda917ef947af04268a1e11975524de0c77c94.tar.gz nextcloud-server-e3eda917ef947af04268a1e11975524de0c77c94.zip |
Show the proper auth identifier when listing mounts as json
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/command/listcommand.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/command/listcommand.php b/apps/files_external/command/listcommand.php index c978ae5cfcb..5a0794be4c5 100644 --- a/apps/files_external/command/listcommand.php +++ b/apps/files_external/command/listcommand.php @@ -146,7 +146,7 @@ class ListCommand extends Base { $config->getId(), $config->getMountPoint(), $config->getBackend()->getStorageClass(), - $config->getAuthMechanism()->getScheme(), + $config->getAuthMechanism()->getIdentifier(), $config->getBackendOptions(), $config->getMountOptions() ]; |