diff options
author | Mario <mario@mariovavti.com> | 2020-08-17 20:40:41 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-08-17 20:40:41 +0200 |
commit | 21e5b05b149736bcc49a662d713be5deadb32c16 (patch) | |
tree | 095105bf6b483cbb485edbcea5fb660570e85848 | |
parent | 393cee661913d8ec5b9d5352faf8e340b9db56b4 (diff) | |
parent | ea845aeacdaa00b35a86550d5f9b0d3fcd2b40d4 (diff) | |
download | volse-hubzilla-21e5b05b149736bcc49a662d713be5deadb32c16.tar.gz volse-hubzilla-21e5b05b149736bcc49a662d713be5deadb32c16.tar.bz2 volse-hubzilla-21e5b05b149736bcc49a662d713be5deadb32c16.zip |
Merge branch 'dev' into 'dev'
issue with DAV - moveInto and variable scope
See merge request hubzilla/core!1868
-rw-r--r-- | Zotlabs/Storage/File.php | 2 |
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 |