aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ratingsearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-03 15:50:12 -0800
committerfriendica <info@friendica.com>2015-02-03 15:50:12 -0800
commitc417a43338087de82bd1c067c479320a923fe619 (patch)
treeb88102888585cca5e3d70960d3b855358df6f476 /mod/ratingsearch.php
parent36b756e4cde4f45993a1941eb6b8a71bb348c6e4 (diff)
downloadvolse-hubzilla-c417a43338087de82bd1c067c479320a923fe619.tar.gz
volse-hubzilla-c417a43338087de82bd1c067c479320a923fe619.tar.bz2
volse-hubzilla-c417a43338087de82bd1c067c479320a923fe619.zip
styling for the directory page when it comes to ratings
Diffstat (limited to 'mod/ratingsearch.php')
-rw-r--r--mod/ratingsearch.php6
1 files changed, 0 insertions, 6 deletions
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);