aboutsummaryrefslogtreecommitdiffstats
path: root/mod/prep.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-02 17:58:51 -0800
committerfriendica <info@friendica.com>2015-02-02 17:58:51 -0800
commitfa710106e5f97744e43a61a7e9ef5a1b993261ee (patch)
treee0146b5df9245bc40b675e2cae309cade8fe45db /mod/prep.php
parent03bb236651fa77c5e73bd04bcf918091d26557b3 (diff)
downloadvolse-hubzilla-fa710106e5f97744e43a61a7e9ef5a1b993261ee.tar.gz
volse-hubzilla-fa710106e5f97744e43a61a7e9ef5a1b993261ee.tar.bz2
volse-hubzilla-fa710106e5f97744e43a61a7e9ef5a1b993261ee.zip
sign the ratings, fix the bugs
Diffstat (limited to 'mod/prep.php')
-rw-r--r--mod/prep.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/prep.php b/mod/prep.php
index 896717826..9d21b0409 100644
--- a/mod/prep.php
+++ b/mod/prep.php
@@ -54,7 +54,7 @@ function prep_content(&$a) {
if(! $a->poi)
return;
- $r = q("select * from xlink left join xchan on xlink_xchan = xchan_hash where xlink_link like '%s' and xlink_rating != 0",
+ $r = q("select * from xlink left join xchan on xlink_xchan = xchan_hash where xlink_link like '%s' and xlink_rating != 0 and xlink_static = 1",
dbesc($a->poi['xchan_hash'])
);