styling for the directory page when it comes to ratings
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user