diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-02-05 14:00:49 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-05 14:03:44 +0100 |
commit | 30673e478672af316c057f562a8a02babdbd3160 (patch) | |
tree | 90c5156def04dee80e9f96ce41ad2e49c34bb3df /lib/filestorage.php | |
parent | 25e777ef5e9c68ac45d32b71a0174febf74d47ef (diff) | |
download | nextcloud-server-30673e478672af316c057f562a8a02babdbd3160.tar.gz nextcloud-server-30673e478672af316c057f562a8a02babdbd3160.zip |
writable not writeable
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r-- | lib/filestorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php index 70aaf985b8b..4523144f6f4 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -34,7 +34,7 @@ class OC_Filestorage{ public function filetype($path){} public function filesize($path){} public function is_readable($path){} - public function is_writeable($path){} + public function is_writable($path){} public function file_exists($path){} public function readfile($path){} public function filectime($path){} |