diff options
author | Jesus Macias <jmacias@full-on-net.com> | 2014-09-03 18:12:36 +0200 |
---|---|---|
committer | Jesus Macias <jmacias@full-on-net.com> | 2014-09-03 18:21:24 +0200 |
commit | 91c817401311007752a6990122a829e38ee0a3c3 (patch) | |
tree | d2b4d28916bb81dd01afb87e564fdf0cc778669b /lib/private/files/view.php | |
parent | bc3378bd5595a4ed93c6d77991345eb1fbf572dd (diff) | |
download | nextcloud-server-91c817401311007752a6990122a829e38ee0a3c3.tar.gz nextcloud-server-91c817401311007752a6990122a829e38ee0a3c3.zip |
Fix code with previous comments
Diffstat (limited to 'lib/private/files/view.php')
-rw-r--r-- | lib/private/files/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/view.php b/lib/private/files/view.php index 1af2f775603..f97f846bb5a 100644 --- a/lib/private/files/view.php +++ b/lib/private/files/view.php @@ -305,7 +305,7 @@ class View { } $result = $this->basicOperation('touch', $path, $hooks, $mtime); if (!$result) { - // If create file fails because of permissions on external extorage like sharepoint, + // If create file fails because of permissions on external storage like SMB folders, // check file exists and return false if not. if(!$this->file_exists($path)){ return false; |