diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-07-11 16:11:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-07-11 16:11:52 +0200 |
commit | 403e90861cccecc3179e380b084238e1294fe61e (patch) | |
tree | a14f7f3710f729fb91bc2242781cc7b2623b68aa /Zotlabs/Zot/Auth.php | |
parent | 271ed82d0def7b658f074ada9adb1aaa51bdd507 (diff) | |
parent | 2d63bbb91e97d3a54440564620ef3093ecbe71fb (diff) | |
download | volse-hubzilla-403e90861cccecc3179e380b084238e1294fe61e.tar.gz volse-hubzilla-403e90861cccecc3179e380b084238e1294fe61e.tar.bz2 volse-hubzilla-403e90861cccecc3179e380b084238e1294fe61e.zip |
Merge red/master
Diffstat (limited to 'Zotlabs/Zot/Auth.php')
-rw-r--r-- | Zotlabs/Zot/Auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot/Auth.php b/Zotlabs/Zot/Auth.php index d4d3bee1d..92b0fff78 100644 --- a/Zotlabs/Zot/Auth.php +++ b/Zotlabs/Zot/Auth.php @@ -176,7 +176,7 @@ class Auth { return false; } - $this->Debug('auth check request returned .' . print_r($j, true)); + $this->Debug('auth check request returned ' . print_r($j, true)); if(! $j['success']) return false; |