aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-12-07 20:28:51 +0100
committerMario Vavti <mario@mariovavti.com>2015-12-07 20:28:51 +0100
commitba8d9c0f0b6d5ffff9ca62de785a2b14ec3e7732 (patch)
tree691ffad00daa0e64993446f25e419cc877f38069
parent68cbebe1a50162a83ed27f6a4afde831d25585ea (diff)
parent0174cb10aee2d6729aa15ca77b6dffb810e99301 (diff)
downloadvolse-hubzilla-ba8d9c0f0b6d5ffff9ca62de785a2b14ec3e7732.tar.gz
volse-hubzilla-ba8d9c0f0b6d5ffff9ca62de785a2b14ec3e7732.tar.bz2
volse-hubzilla-ba8d9c0f0b6d5ffff9ca62de785a2b14ec3e7732.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla
-rw-r--r--include/RedDAV/RedBrowser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/RedDAV/RedBrowser.php b/include/RedDAV/RedBrowser.php
index efea5d92f..1aa5f435e 100644
--- a/include/RedDAV/RedBrowser.php
+++ b/include/RedDAV/RedBrowser.php
@@ -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]);