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/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/post.php') diff --git a/mod/post.php b/mod/post.php index 9e818a7e2..91a1d4877 100644 --- a/mod/post.php +++ b/mod/post.php @@ -219,7 +219,7 @@ function post_init(&$a) { $DNT = $j['DNT']; } // everything is good... maybe - if(local_user()) { + if(local_channel()) { // tell them to logout if they're logged in locally as anything but the target remote account // in which case just shut up because they don't need to be doing this at all. -- cgit v1.2.3