diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-02-10 06:47:22 -0800 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-02-10 06:47:22 -0800 |
commit | 980c197fbf6df9466e2236947f290e372f3e6f86 (patch) | |
tree | 90d8c1ed2f40375db4d7999be2e5f12077016222 | |
parent | bc2bfea399af2611b58325109b878d39197ef61b (diff) | |
parent | 513bf0b99957e9d7ed29d63ed9ff36d8214a0692 (diff) | |
download | nextcloud-server-980c197fbf6df9466e2236947f290e372f3e6f86.tar.gz nextcloud-server-980c197fbf6df9466e2236947f290e372f3e6f86.zip |
Merge pull request #1594 from hkjolhede/master
Corrected namespace path for files_external SFTP backend
-rwxr-xr-x | apps/files_external/lib/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 47f0810ec54..d78c69e83db 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -105,7 +105,7 @@ class OC_Mount_Config { 'root' => '&Root', 'secure' => '!Secure https://')); - $backends['OC_Filestorage_SFTP']=array( + $backends['\OC\Files\Storage\SFTP']=array( 'backend' => 'SFTP', 'configuration' => array( 'host' => 'URL', |