aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Zot/Auth.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-07-11 16:11:52 +0200
committerMario Vavti <mario@mariovavti.com>2017-07-11 16:11:52 +0200
commit403e90861cccecc3179e380b084238e1294fe61e (patch)
treea14f7f3710f729fb91bc2242781cc7b2623b68aa /Zotlabs/Zot/Auth.php
parent271ed82d0def7b658f074ada9adb1aaa51bdd507 (diff)
parent2d63bbb91e97d3a54440564620ef3093ecbe71fb (diff)
downloadvolse-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.php2
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;