diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 47f0810ec545e49330f53f90639cf7e04f760b89..d78c69e83db317f6c956a31aa1be2cec68087929 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',