aboutsummaryrefslogtreecommitdiffstats
path: root/include/RedDAV/RedFile.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-30 18:34:30 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-30 18:34:30 -0700
commitfd947c205b1c2da8f93e1f8cc82968747355e6f9 (patch)
tree9dfeb1e7df7bbb069d79157d29dc7659b8359f0f /include/RedDAV/RedFile.php
parentec41899328bc2a5de4be089268501e4f80c84e13 (diff)
downloadvolse-hubzilla-fd947c205b1c2da8f93e1f8cc82968747355e6f9.tar.gz
volse-hubzilla-fd947c205b1c2da8f93e1f8cc82968747355e6f9.tar.bz2
volse-hubzilla-fd947c205b1c2da8f93e1f8cc82968747355e6f9.zip
make /cloud work again after all the shuffling this morning
Diffstat (limited to 'include/RedDAV/RedFile.php')
-rw-r--r--include/RedDAV/RedFile.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/RedDAV/RedFile.php b/include/RedDAV/RedFile.php
index b33b30832..31fdb39b2 100644
--- a/include/RedDAV/RedFile.php
+++ b/include/RedDAV/RedFile.php
@@ -49,7 +49,7 @@ class RedFile extends DAV\Node implements DAV\IFile {
$this->data = $data;
$this->auth = $auth;
- //logger(print_r($this->data, true), LOGGER_DATA);
+ logger(print_r($this->data, true), LOGGER_DATA);
}
/**
@@ -207,6 +207,7 @@ class RedFile extends DAV\Node implements DAV\IFile {
*/
public function get() {
logger('get file ' . basename($this->name), LOGGER_DEBUG);
+ logger('os_path: ' . $this->os_path, LOGGER_DATA);
$r = q("SELECT data, flags, os_storage, filename, filetype FROM attach WHERE hash = '%s' AND uid = %d LIMIT 1",
dbesc($this->data['hash']),