Merge branch 'master' of https://github.com/redmatrix/hubzilla
This commit is contained in:
commit
ba8d9c0f0b
@ -188,7 +188,7 @@ class RedBrowser extends DAV\Browser\Plugin {
|
||||
|
||||
$parentHash = '';
|
||||
$owner = $this->auth->owner_id;
|
||||
$splitPath = split('/', $fullPath);
|
||||
$splitPath = explode('/', $fullPath);
|
||||
if (count($splitPath) > 3) {
|
||||
for ($i = 3; $i < count($splitPath); $i++) {
|
||||
$attachName = urldecode($splitPath[$i]);
|
||||
|
Reference in New Issue
Block a user