From c417a43338087de82bd1c067c479320a923fe619 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Feb 2015 15:50:12 -0800 Subject: styling for the directory page when it comes to ratings --- mod/ratingsearch.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mod/ratingsearch.php') diff --git a/mod/ratingsearch.php b/mod/ratingsearch.php index 558b459eb..9a537bf97 100644 --- a/mod/ratingsearch.php +++ b/mod/ratingsearch.php @@ -12,12 +12,6 @@ function ratingsearch_init(&$a) { json_return_and_die($ret); } - if((get_config('system','block_public')) && (! local_channel()) && (! remote_channel())) { - $ret['message'] = 'permission denied'; - json_return_and_die($ret); - } - - if(argc() > 1) $hash = argv(1); -- cgit v1.2.3