From 378aaf4a61176832f91cf8a95b3962915ee13708 Mon Sep 17 00:00:00 2001
From: Paolo Tacconi
Date: Wed, 25 Jun 2014 11:54:10 +0200
Subject: Display quota and translatable strings
---
mod/cloud.php | 1 +
1 file changed, 1 insertion(+)
(limited to 'mod/cloud.php')
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'];
}
--
cgit v1.2.3