aboutsummaryrefslogtreecommitdiffstats
path: root/mod/channel.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-13 14:42:54 -0800
committerfriendica <info@friendica.com>2015-01-13 14:42:54 -0800
commite528483d8150b1495e96de5309ed383a5fd6e09b (patch)
tree82530251317ddf9bdff63bbba0858fd55bd5946f /mod/channel.php
parent2fc0d641393a56f056e50af65c82147a6a392f85 (diff)
downloadvolse-hubzilla-e528483d8150b1495e96de5309ed383a5fd6e09b.tar.gz
volse-hubzilla-e528483d8150b1495e96de5309ed383a5fd6e09b.tar.bz2
volse-hubzilla-e528483d8150b1495e96de5309ed383a5fd6e09b.zip
hide friends broken, add parameter for item search by verb
Diffstat (limited to 'mod/channel.php')
-rw-r--r--mod/channel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/channel.php b/mod/channel.php
index e819de0e0..c8ac83baf 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -286,6 +286,7 @@ function channel_content(&$a, $update = 0, $load = false) {
'$cats' => (($category) ? $category : ''),
'$tags' => (($hashtags) ? $hashtags : ''),
'$mid' => $mid,
+ '$verb' => '',
'$dend' => $datequery,
'$dbegin' => $datequery2
));