Issue 8542: User option to display the event list/birthday notification
This commit is contained in:
@@ -231,9 +231,9 @@ class Network extends Timeline
|
||||
} else {
|
||||
$this->systemMessages->addNotice($this->l10n->t('Invalid contact.'));
|
||||
}
|
||||
} elseif (!$this->config->get('theme', 'hide_eventlist')) {
|
||||
$o .= Profile::getBirthdays();
|
||||
$o .= Profile::getEventsReminderHTML();
|
||||
} elseif (Profile::displayEventList($this->session->getLocalUserId(), $this->mode)) {
|
||||
$o .= Profile::getBirthdays($this->session->getLocalUserId());
|
||||
$o .= Profile::getEventsReminderHTML($this->session->getLocalUserId(), $this->session->getPublicContactId());
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user