From 5e6f6e2c3eb9b4e0501472a7206d33c90b831c01 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 6 May 2018 18:10:43 -0700 Subject: minor change to test something --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index e493ef34b..4eed19254 100755 --- a/boot.php +++ b/boot.php @@ -2493,8 +2493,8 @@ function check_cron_broken() { * @return boolean */ function observer_prohibited($allow_account = false) { - if($allow_account) + if($allow_account) { return (((get_config('system', 'block_public')) && (! get_account_id()) && (! remote_channel())) ? true : false ); - + } return (((get_config('system', 'block_public')) && (! local_channel()) && (! remote_channel())) ? true : false ); } -- cgit v1.2.3