mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:10:10 +00:00
Function is renamed
This commit is contained in:
parent
4d7c5f5672
commit
4a5014eab5
4 changed files with 4 additions and 4 deletions
|
@ -220,7 +220,7 @@ class Conversations extends BaseProfile
|
|||
$last_updated_array[$last_updated_key] = time();
|
||||
$this->session->set('last_updated', $last_updated_array);
|
||||
|
||||
if ($is_owner && ProfileModel::displayEventList($this->session->getLocalUserId(), $this->mode)) {
|
||||
if ($is_owner && ProfileModel::shouldDisplayEventList($this->session->getLocalUserId(), $this->mode)) {
|
||||
$o .= ProfileModel::getBirthdays($this->session->getLocalUserId());
|
||||
$o .= ProfileModel::getEventsReminderHTML($this->session->getLocalUserId(), $this->session->getPublicContactId());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue