From 841f3922aab013ac1ae1b7715de95f8246fe4f25 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 10 Feb 2014 20:40:12 -0800 Subject: typos in authtest --- mod/authtest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/authtest.php') 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 { -- cgit v1.2.3