aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-03 18:10:55 -0800
committerfriendica <info@friendica.com>2015-02-03 18:10:55 -0800
commit17ffe122b309610208d769f0e2b41f53fcf9d254 (patch)
treeb21e6080c586418a5327c5a50c9bf69538cf2c6c /mod/directory.php
parent5cb2f55dbbe715219dd18c60345e341ed478a753 (diff)
downloadvolse-hubzilla-17ffe122b309610208d769f0e2b41f53fcf9d254.tar.gz
volse-hubzilla-17ffe122b309610208d769f0e2b41f53fcf9d254.tar.bz2
volse-hubzilla-17ffe122b309610208d769f0e2b41f53fcf9d254.zip
ratings - mopping up, most everything but directory sync implemented
Diffstat (limited to 'mod/directory.php')
-rw-r--r--mod/directory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/directory.php b/mod/directory.php
index d9316ef67..40ca93af9 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -261,6 +261,8 @@ function directory_content(&$a) {
'location' => $location,
'gender' => $gender,
'total_ratings' => $total_ratings,
+ 'viewrate' => true,
+ 'canrate' => ((local_channel()) ? true : false),
'pdesc' => $pdesc,
'marital' => $marital,
'homepage' => $homepage,