aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorPaolo Tacconi <p.tacconi@giunti.it>2014-06-25 11:54:10 +0200
committerPaolo Tacconi <p.tacconi@giunti.it>2014-06-25 11:54:10 +0200
commit378aaf4a61176832f91cf8a95b3962915ee13708 (patch)
treec93405a2620a67fa2e8646ade0844f8a79d4d2f0 /mod
parentb8e8adcd514482aca98b1ccded9351db02421e8f (diff)
downloadvolse-hubzilla-378aaf4a61176832f91cf8a95b3962915ee13708.tar.gz
volse-hubzilla-378aaf4a61176832f91cf8a95b3962915ee13708.tar.bz2
volse-hubzilla-378aaf4a61176832f91cf8a95b3962915ee13708.zip
Display quota and translatable strings
Diffstat (limited to 'mod')
-rw-r--r--mod/cloud.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/cloud.php b/mod/cloud.php
index 3606325bd..51cedd2fd 100644
--- a/mod/cloud.php
+++ b/mod/cloud.php
@@ -61,6 +61,7 @@ function cloud_init(&$a) {
$auth->channel_name = $channel['channel_address'];
$auth->channel_id = $channel['channel_id'];
$auth->channel_hash = $channel['channel_hash'];
+ $auth->channel_account_id = $channel['channel_account_id'];
if($channel['channel_timezone'])
$auth->timezone = $channel['channel_timezone'];
}