aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/Directory.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-16 15:34:09 -0700
committerzotlabs <mike@macgirvin.com>2018-03-16 15:34:09 -0700
commit60b38a3a527f64d1bdceac664690519c3b3cff8a (patch)
treeb6114938043fdf05a1e6b5e53a8edaf4a913577b /Zotlabs/Storage/Directory.php
parent91b710b07d5fc2b48b5d56d1801a36532008d1e9 (diff)
downloadvolse-hubzilla-60b38a3a527f64d1bdceac664690519c3b3cff8a.tar.gz
volse-hubzilla-60b38a3a527f64d1bdceac664690519c3b3cff8a.tar.bz2
volse-hubzilla-60b38a3a527f64d1bdceac664690519c3b3cff8a.zip
slight re-org and update of documentation, moving the tutorial to the top.
Diffstat (limited to 'Zotlabs/Storage/Directory.php')
-rw-r--r--Zotlabs/Storage/Directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php
index 510d463c1..a2dd1e9b8 100644
--- a/Zotlabs/Storage/Directory.php
+++ b/Zotlabs/Storage/Directory.php
@@ -680,7 +680,7 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota, DAV\IMo
throw new DAV\Exception\Forbidden('Permission denied.');
}
else {
- throw new DAV\Exception\NotFound('A component of the request file path could not be found.');
+ throw new DAV\Exception\NotFound('A component of the requested file path could not be found.');
}
}