Merge pull request #1594 from hkjolhede/master

Corrected namespace path for files_external SFTP backend
This commit is contained in:
Lukas Reschke 2013-02-10 06:47:22 -08:00
commit 980c197fbf
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class OC_Mount_Config {
'root' => '&Root', 'root' => '&Root',
'secure' => '!Secure https://')); 'secure' => '!Secure https://'));
$backends['OC_Filestorage_SFTP']=array( $backends['\OC\Files\Storage\SFTP']=array(
'backend' => 'SFTP', 'backend' => 'SFTP',
'configuration' => array( 'configuration' => array(
'host' => 'URL', 'host' => 'URL',