diff options
author | friendica <info@friendica.com> | 2014-02-10 20:40:12 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-10 20:40:12 -0800 |
commit | 841f3922aab013ac1ae1b7715de95f8246fe4f25 (patch) | |
tree | 53c1c55663ec371f65b470f147a4f27280190021 /mod/authtest.php | |
parent | 59094cda5166e58a451cb0372a59d8059cbacd6f (diff) | |
download | volse-hubzilla-841f3922aab013ac1ae1b7715de95f8246fe4f25.tar.gz volse-hubzilla-841f3922aab013ac1ae1b7715de95f8246fe4f25.tar.bz2 volse-hubzilla-841f3922aab013ac1ae1b7715de95f8246fe4f25.zip |
typos in authtest
Diffstat (limited to 'mod/authtest.php')
-rw-r--r-- | mod/authtest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/authtest.php b/mod/authtest.php index c997a5cf9..3044a880b 100644 --- a/mod/authtest.php +++ b/mod/authtest.php @@ -34,7 +34,7 @@ function authtest_content(&$a) { if(! $j) $o .= 'json_decode failure from remote site. ' . print_r($z['body'],true); $o .= 'Remote site responded: ' . print_r($j,true); - if(j['success'] && strpos($j[message'],'Authentication Success')) + if($j['success'] && strpos($j['message'],'Authentication Success')) $auth_success = true; } else { |