diff options
author | RedMatrix <info@friendica.com> | 2015-01-19 10:18:40 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-01-19 10:18:40 +1100 |
commit | af75120fd0284878a4ecf292ca8cb865f7516e52 (patch) | |
tree | ea2322baf1bcb035d466edde6009741f5dd1192d /include/RedDAV/RedFile.php | |
parent | 6657712714cb17afcd5fc3c81625a395279d8436 (diff) | |
parent | b4faf4d90bca867ace578e7664f51c9921071945 (diff) | |
download | volse-hubzilla-af75120fd0284878a4ecf292ca8cb865f7516e52.tar.gz volse-hubzilla-af75120fd0284878a4ecf292ca8cb865f7516e52.tar.bz2 volse-hubzilla-af75120fd0284878a4ecf292ca8cb865f7516e52.zip |
Merge pull request #864 from git-marijus/master
basic proof of concept file activity support - will send activity via th...
Diffstat (limited to 'include/RedDAV/RedFile.php')
-rw-r--r-- | include/RedDAV/RedFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/RedDAV/RedFile.php b/include/RedDAV/RedFile.php index 3a5230dc1..f2ee071b8 100644 --- a/include/RedDAV/RedFile.php +++ b/include/RedDAV/RedFile.php @@ -276,4 +276,4 @@ class RedFile extends DAV\Node implements DAV\IFile { attach_delete($this->auth->owner_id, $this->data['hash']); } -}
\ No newline at end of file +} |