diff options
author | friendica <info@friendica.com> | 2013-02-11 00:20:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-11 00:20:14 -0800 |
commit | ba3cff6d9a505e22732c800430e34adb7e55f3a4 (patch) | |
tree | dbf1c1b59e9c131e09093f33f6b3e95155f28f63 /mod/events.php | |
parent | 191af201fb48d902a7aa22699ab882e60d439e2d (diff) | |
download | volse-hubzilla-ba3cff6d9a505e22732c800430e34adb7e55f3a4.tar.gz volse-hubzilla-ba3cff6d9a505e22732c800430e34adb7e55f3a4.tar.bz2 volse-hubzilla-ba3cff6d9a505e22732c800430e34adb7e55f3a4.zip |
progress on tag delivery
Diffstat (limited to 'mod/events.php')
-rwxr-xr-x | mod/events.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/events.php b/mod/events.php index f18f40cc7..8c509cfea 100755 --- a/mod/events.php +++ b/mod/events.php @@ -261,7 +261,7 @@ function events_content(&$a) { if($r) { xchan_query($r); - $r = fetch_post_tags($r); + $r = fetch_post_tags($r,true); $r = sort_by_date($r); |