diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-06 18:10:43 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-06 18:10:43 -0700 |
commit | 5e6f6e2c3eb9b4e0501472a7206d33c90b831c01 (patch) | |
tree | 7be92860a912642f60f174b9826e931e18dbc674 | |
parent | 620082c16b51a5b96ec52b8907d594d29be4b9ca (diff) | |
download | volse-hubzilla-5e6f6e2c3eb9b4e0501472a7206d33c90b831c01.tar.gz volse-hubzilla-5e6f6e2c3eb9b4e0501472a7206d33c90b831c01.tar.bz2 volse-hubzilla-5e6f6e2c3eb9b4e0501472a7206d33c90b831c01.zip |
minor change to test something
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ); } |