diff options
author | friendica <info@friendica.com> | 2015-01-13 14:42:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-13 14:42:54 -0800 |
commit | e528483d8150b1495e96de5309ed383a5fd6e09b (patch) | |
tree | 82530251317ddf9bdff63bbba0858fd55bd5946f /mod/home.php | |
parent | 2fc0d641393a56f056e50af65c82147a6a392f85 (diff) | |
download | volse-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/home.php')
-rw-r--r-- | mod/home.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/home.php b/mod/home.php index b2538795f..e82aab385 100644 --- a/mod/home.php +++ b/mod/home.php @@ -144,6 +144,7 @@ function home_content(&$a, $update = 0, $load = false) { '$tags' => '', '$dend' => '', '$mid' => '', + '$verb' => '', '$dbegin' => '' )); } |