aboutsummaryrefslogtreecommitdiffstats
path: root/mod/cloud.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-10 00:47:40 -0800
committerfriendica <info@friendica.com>2014-01-10 00:47:40 -0800
commit3298768d957421743eaa56dec5381141ab094d53 (patch)
treed6fb45b58719e61e5962546bbb111ed66276a71c /mod/cloud.php
parentee2bea37e9a46e8dcd6b7df655fc56c1feb8132e (diff)
downloadvolse-hubzilla-3298768d957421743eaa56dec5381141ab094d53.tar.gz
volse-hubzilla-3298768d957421743eaa56dec5381141ab094d53.tar.bz2
volse-hubzilla-3298768d957421743eaa56dec5381141ab094d53.zip
directory creation error, display localtimes on cloud webpage, doc updates
Diffstat (limited to 'mod/cloud.php')
-rw-r--r--mod/cloud.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/cloud.php b/mod/cloud.php
index 29218f84e..2d8442807 100644
--- a/mod/cloud.php
+++ b/mod/cloud.php
@@ -58,6 +58,8 @@ function cloud_init(&$a) {
$auth->channel_name = $channel['channel_address'];
$auth->channel_id = $channel['channel_id'];
$auth->channel_hash = $channel['channel_hash'];
+ if($channel['channel_timezone'])
+ $auth->timezone = $channel['channel_timezone'];
}
$auth->observer = $ob_hash;
}