aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-17 09:02:48 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-17 09:02:48 +0100
commitb5cc26fe76cb43727a1e42755e1d89bbc48e0f8a (patch)
treeff50238bcf959c049aafcad1a4d074ef4309fe18 /Zotlabs
parentc0a896ff5e9f71711e81d67155044202586fe04f (diff)
parent60b38a3a527f64d1bdceac664690519c3b3cff8a (diff)
downloadvolse-hubzilla-b5cc26fe76cb43727a1e42755e1d89bbc48e0f8a.tar.gz
volse-hubzilla-b5cc26fe76cb43727a1e42755e1d89bbc48e0f8a.tar.bz2
volse-hubzilla-b5cc26fe76cb43727a1e42755e1d89bbc48e0f8a.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs')
-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.');
}
}