aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
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;
}
}