aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authornobody <nobody@zotlabs.com>2020-08-16 16:29:00 -0700
committernobody <nobody@zotlabs.com>2020-08-16 16:29:00 -0700
commitea845aeacdaa00b35a86550d5f9b0d3fcd2b40d4 (patch)
tree095105bf6b483cbb485edbcea5fb660570e85848 /Zotlabs
parentee3b077f26c5884ad8d07246a058b39964848f5d (diff)
downloadvolse-hubzilla-ea845aeacdaa00b35a86550d5f9b0d3fcd2b40d4.tar.gz
volse-hubzilla-ea845aeacdaa00b35a86550d5f9b0d3fcd2b40d4.tar.bz2
volse-hubzilla-ea845aeacdaa00b35a86550d5f9b0d3fcd2b40d4.zip
issue with DAV - moveInto and variable scope
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Storage/File.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Storage/File.php b/Zotlabs/Storage/File.php
index ee96363c4..76295d922 100644
--- a/Zotlabs/Storage/File.php
+++ b/Zotlabs/Storage/File.php
@@ -27,7 +27,7 @@ class File extends DAV\Node implements DAV\IFile {
* * filename (string)
* * filetype (string)
*/
- private $data;
+ public $data;
/**
* @see \\Sabre\\DAV\\Auth\\Backend\\BackendInterface
* @var \\Zotlabs\\Storage\\BasicAuth $auth