diff options
author | Mario <mario@mariovavti.com> | 2018-11-23 15:42:40 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-11-23 15:42:40 +0100 |
commit | f408ff982c5e8600a029ae75375660895ae87d8a (patch) | |
tree | 1698a0916141c85d24920fc44bd0a5fc236bd28d /Zotlabs | |
parent | 85f52d2aeda44072013b9af5bfd470fbf47c2769 (diff) | |
parent | 9a8d1200ecc9f877b431a00a5219b41d2bd68de6 (diff) | |
download | volse-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.php | 2 |
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; |