aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-11-23 15:42:40 +0100
committerMario <mario@mariovavti.com>2018-11-23 15:42:40 +0100
commitf408ff982c5e8600a029ae75375660895ae87d8a (patch)
tree1698a0916141c85d24920fc44bd0a5fc236bd28d /Zotlabs
parent85f52d2aeda44072013b9af5bfd470fbf47c2769 (diff)
parent9a8d1200ecc9f877b431a00a5219b41d2bd68de6 (diff)
downloadvolse-hubzilla-f408ff982c5e8600a029ae75375660895ae87d8a.tar.gz
volse-hubzilla-f408ff982c5e8600a029ae75375660895ae87d8a.tar.bz2
volse-hubzilla-f408ff982c5e8600a029ae75375660895ae87d8a.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 642af6300..b30aecf92 100644
--- a/Zotlabs/Storage/Directory.php
+++ b/Zotlabs/Storage/Directory.php
@@ -224,7 +224,7 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota, DAV\IMo
}
$filesize = 0;
- $hash = random_string();
+ $hash = new_uuid();
$f = 'store/' . $this->auth->owner_nick . '/' . (($this->os_path) ? $this->os_path . '/' : '') . $hash;