]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
Merge pull request #4515 from MrPetovan/task/4513-hide-attendno-events
[friendica.git] / mod / network.php
index 8cd2e279397ac4c43ae928cdcff5a74a3c0c6412..5ec97dbe99657995b78bfea9aa6e9d883821a2eb 100644 (file)
@@ -439,7 +439,7 @@ function networkFlatView(App $a, $update = 0)
 
                if (!Config::get('theme', 'hide_eventlist')) {
                        $o .= Profile::getBirthdays();
-                       $o .= Profile::getEvents();
+                       $o .= Profile::getEventsReminderHTML();
                }
        }
 
@@ -677,7 +677,7 @@ function networkThreadedView(App $a, $update, $parent)
 
        if (!$gid && !$cid && !$update && !Config::get('theme', 'hide_eventlist')) {
                $o .= Profile::getBirthdays();
-               $o .= Profile::getEvents();
+               $o .= Profile::getEventsReminderHTML();
        }
 
        if ($datequery) {