typos in authtest

This commit is contained in:
friendica 2014-02-10 20:40:12 -08:00
parent 59094cda51
commit 841f3922aa

View File

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