aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cloud.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-14 19:40:59 +0000
committerMario <mario@mariovavti.com>2024-01-14 19:40:59 +0000
commitaec3247952caff0bbfe017323bee319ceb4327e3 (patch)
tree91a9650d363325942cf3e7eb4327aec4951454fc /Zotlabs/Module/Cloud.php
parentb05b756148e1a1f24deaadcb0a021e77839bba43 (diff)
downloadvolse-hubzilla-aec3247952caff0bbfe017323bee319ceb4327e3.tar.gz
volse-hubzilla-aec3247952caff0bbfe017323bee319ceb4327e3.tar.bz2
volse-hubzilla-aec3247952caff0bbfe017323bee319ceb4327e3.zip
fix more php deprecations
Diffstat (limited to 'Zotlabs/Module/Cloud.php')
-rw-r--r--Zotlabs/Module/Cloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Cloud.php b/Zotlabs/Module/Cloud.php
index 05109247a..527b06b3a 100644
--- a/Zotlabs/Module/Cloud.php
+++ b/Zotlabs/Module/Cloud.php
@@ -54,9 +54,9 @@ class Cloud extends Controller {
if (local_channel()) {
$channel = \App::get_channel();
$auth->setCurrentUser($channel['channel_address']);
+ $auth->channel_account_id = $channel['channel_account_id'];
$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->setTimezone($channel['channel_timezone']);
}