diff options
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); |