diff options
author | friendica <info@friendica.com> | 2014-01-03 01:44:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-03 01:44:25 -0800 |
commit | 475b24ca9e758b257bde6f81c727178ae8b64bec (patch) | |
tree | 127d1e97b72dd41d79e3605b920934f25664efb5 /mod/cloud.php | |
parent | d2d071029f38942496aa52e42048ae53c5d04d48 (diff) | |
download | volse-hubzilla-475b24ca9e758b257bde6f81c727178ae8b64bec.tar.gz volse-hubzilla-475b24ca9e758b257bde6f81c727178ae8b64bec.tar.bz2 volse-hubzilla-475b24ca9e758b257bde6f81c727178ae8b64bec.zip |
more dav work
Diffstat (limited to 'mod/cloud.php')
-rw-r--r-- | mod/cloud.php | 2 |
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; } } |