styling for the directory page when it comes to ratings

This commit is contained in:
friendica
2015-02-03 15:50:12 -08:00
parent 36b756e4cd
commit c417a43338
7 changed files with 19 additions and 27 deletions

View File

@@ -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);