Fix code that never worked

Introduced with 1df8a5a774 in February 2013…
This commit is contained in:
Lukas Reschke 2015-02-24 13:26:23 +01:00
parent e08ebe87dc
commit 1229184873
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class SFTP extends \OC\Files\Storage\Common {
if ($stat['type'] == NET_SFTP_TYPE_DIRECTORY) {
return 'dir';
}
} catch (\Exeption $e) {
} catch (\Exception $e) {
}
return false;