directory creation error, display localtimes on cloud webpage, doc updates

This commit is contained in:
friendica
2014-01-10 00:47:40 -08:00
parent ee2bea37e9
commit 3298768d95
115 changed files with 2900 additions and 2196 deletions

View File

@@ -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;
}