aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/File.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-14 19:40:59 +0000
committerMario <mario@mariovavti.com>2024-01-14 19:40:59 +0000
commitaec3247952caff0bbfe017323bee319ceb4327e3 (patch)
tree91a9650d363325942cf3e7eb4327aec4951454fc /Zotlabs/Storage/File.php
parentb05b756148e1a1f24deaadcb0a021e77839bba43 (diff)
downloadvolse-hubzilla-aec3247952caff0bbfe017323bee319ceb4327e3.tar.gz
volse-hubzilla-aec3247952caff0bbfe017323bee319ceb4327e3.tar.bz2
volse-hubzilla-aec3247952caff0bbfe017323bee319ceb4327e3.zip
fix more php deprecations
Diffstat (limited to 'Zotlabs/Storage/File.php')
-rw-r--r--Zotlabs/Storage/File.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Storage/File.php b/Zotlabs/Storage/File.php
index dc60a72ae..ff379e2e9 100644
--- a/Zotlabs/Storage/File.php
+++ b/Zotlabs/Storage/File.php
@@ -38,6 +38,8 @@ class File extends DAV\Node implements DAV\IFile {
*/
private $name;
+ public $os_path;
+ public $folder_hash;
/**
* Sets up the node, expects a full path name.