aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-03 01:44:25 -0800
committerfriendica <info@friendica.com>2014-01-03 01:44:25 -0800
commit475b24ca9e758b257bde6f81c727178ae8b64bec (patch)
tree127d1e97b72dd41d79e3605b920934f25664efb5 /mod
parentd2d071029f38942496aa52e42048ae53c5d04d48 (diff)
downloadvolse-hubzilla-475b24ca9e758b257bde6f81c727178ae8b64bec.tar.gz
volse-hubzilla-475b24ca9e758b257bde6f81c727178ae8b64bec.tar.bz2
volse-hubzilla-475b24ca9e758b257bde6f81c727178ae8b64bec.zip
more dav work
Diffstat (limited to 'mod')
-rw-r--r--mod/cloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/cloud.php b/mod/cloud.php
index 3880c1fd5..106379785 100644
--- a/mod/cloud.php
+++ b/mod/cloud.php
@@ -81,7 +81,7 @@ class RedBasicAuth extends Sabre\DAV\Auth\Backend\AbstractBasic {
logger('(DAV) RedBasicAuth: password verified for ' . $username);
$this->channel_name = $r[0]['channel_address'];
$this->channel_id = $r[0]['channel_id'];
- $this->channel_hash = $r[0]['channel_hash'];
+ $this->channel_hash = $this->observer = $r[0]['channel_hash'];
return true;
}
}