From a4960360669daa0a0c842427185ce1ada3b4ab97 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 28 Jan 2015 20:56:04 -0800 Subject: local_user => local_channel --- 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 b6d940db2..6ef6c22ad 100644 --- a/mod/authtest.php +++ b/mod/authtest.php @@ -9,7 +9,7 @@ function authtest_content(&$a) { $auth_success = false; $o .= '

Magic-Auth Diagnostic

'; - if(! local_user()) { + if(! local_channel()) { notice( t('Permission denied.') . EOL); return $o; } -- cgit v1.2.3