aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirsearch.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-05 22:23:57 -0700
committerfriendica <info@friendica.com>2013-09-05 22:23:57 -0700
commit2c53017fb5fc250f3b8a9fa9fa33ff6ef0dd341f (patch)
tree2a40b70bf7b1c6763611f914140ba21465bf4627 /mod/dirsearch.php
parent6c6f134ac41e8202d8ab178466d7aa66e7191be4 (diff)
downloadvolse-hubzilla-2c53017fb5fc250f3b8a9fa9fa33ff6ef0dd341f.tar.gz
volse-hubzilla-2c53017fb5fc250f3b8a9fa9fa33ff6ef0dd341f.tar.bz2
volse-hubzilla-2c53017fb5fc250f3b8a9fa9fa33ff6ef0dd341f.zip
function name
Diffstat (limited to 'mod/dirsearch.php')
-rw-r--r--mod/dirsearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php
index 7bf430bec..064c3f287 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -22,7 +22,7 @@ function dirsearch_content(&$a) {
json_return_and_die($ret);
}
- if(argc > 1 && argv(1) === 'sites') {
+ if(argc() > 1 && argv(1) === 'sites') {
$ret = list_public_sites();
json_return_and_die($ret);
}