Merge pull request #1594 from hkjolhede/master

Corrected namespace path for files_external SFTP backend
remotes/origin/stable5
Lukas Reschke 12 years ago
commit 980c197fbf
  1. 2
      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',

Loading…
Cancel
Save