aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Zot
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-05 20:16:40 -0700
committerzotlabs <mike@macgirvin.com>2017-07-05 20:16:40 -0700
commitb2e5b6c977c8f8af9bfd49dac3ce41a2183025da (patch)
tree115086ec4ebdc3c5db45458415734ff0638873c2 /Zotlabs/Zot
parent75f058e15e65c2c805cf57e7b22987f6613e653d (diff)
downloadvolse-hubzilla-b2e5b6c977c8f8af9bfd49dac3ce41a2183025da.tar.gz
volse-hubzilla-b2e5b6c977c8f8af9bfd49dac3ce41a2183025da.tar.bz2
volse-hubzilla-b2e5b6c977c8f8af9bfd49dac3ce41a2183025da.zip
affinitiy slider settings were being updated on any submit of of settings/featured, plus minor non-code changes
Diffstat (limited to 'Zotlabs/Zot')
-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;