Merge pull request #14461 from owncloud/fix-code-that-never-worked

Fix code that never worked
This commit is contained in:
Thomas Müller 2015-02-24 14:00:43 +01:00
commit 48cefd9bd5
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;