affinitiy slider settings were being updated on any submit of of settings/featured, plus minor non-code changes

This commit is contained in:
zotlabs
2017-07-05 20:16:40 -07:00
parent 75f058e15e
commit b2e5b6c977
3 changed files with 12 additions and 10 deletions

View File

@@ -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;