diff options
author | RedMatrix <info@friendica.com> | 2014-06-25 20:50:03 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-06-25 20:50:03 +1000 |
commit | 37561a18bf271de549650c964d400e2455395ee9 (patch) | |
tree | b95ea6505599c4aa6221ca026627a1929aaf5e3a /mod/cloud.php | |
parent | 423372c9642c10ab448e6209d7b3008993e5aa9d (diff) | |
parent | dda949ee3b6f81662762f6598348bd68cf40ae83 (diff) | |
download | volse-hubzilla-37561a18bf271de549650c964d400e2455395ee9.tar.gz volse-hubzilla-37561a18bf271de549650c964d400e2455395ee9.tar.bz2 volse-hubzilla-37561a18bf271de549650c964d400e2455395ee9.zip |
Merge pull request #507 from tuscanhobbit/master
Filestorage: display quota, friendly file size, translatable strings
(You're on a roll... :-)
Diffstat (limited to 'mod/cloud.php')
-rw-r--r-- | mod/cloud.php | 1 |
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']; } |