diff options
author | Mario <mario@mariovavti.com> | 2023-01-25 10:59:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-25 10:59:17 +0000 |
commit | 56361fa2fc42eefde4794358986187a508c7054e (patch) | |
tree | 3f31057ea0331143a871840387af69062561f60f /Zotlabs/Module/Magic.php | |
parent | fedce4cd74763574492770c2abefc1cbe9bc90ea (diff) | |
download | volse-hubzilla-56361fa2fc42eefde4794358986187a508c7054e.tar.gz volse-hubzilla-56361fa2fc42eefde4794358986187a508c7054e.tar.bz2 volse-hubzilla-56361fa2fc42eefde4794358986187a508c7054e.zip |
theme fixes
Diffstat (limited to 'Zotlabs/Module/Magic.php')
-rw-r--r-- | Zotlabs/Module/Magic.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Module/Magic.php b/Zotlabs/Module/Magic.php index bfd38d2fa..6d997c662 100644 --- a/Zotlabs/Module/Magic.php +++ b/Zotlabs/Module/Magic.php @@ -16,7 +16,7 @@ class Magic extends Controller { 'url' => '', 'message' => '' ]; - + logger('mod_magic: invoked', LOGGER_DEBUG); logger('args: ' . print_r($_REQUEST,true),LOGGER_DATA); @@ -43,12 +43,12 @@ class Magic extends Controller { $basepath = $parsed['scheme'] . '://' . $parsed['host'] . (isset($parsed['port']) ? ':' . $parsed['port'] : ''); $owapath = SConfig::get($basepath,'system','openwebauth', $basepath . '/owa'); - // This is ready-made for a plugin that provides a blacklist or "ask me" before blindly authenticating. + // This is ready-made for a plugin that provides a blacklist or "ask me" before blindly authenticating. // By default, we'll proceed without asking. $arr = [ 'channel_id' => local_channel(), - 'destination' => $dest, + 'destination' => $dest, 'proceed' => true ]; |