Function is renamed

This commit is contained in:
Michael 2023-11-25 15:14:06 +00:00
parent 4d7c5f5672
commit 4a5014eab5
4 changed files with 4 additions and 4 deletions

View file

@ -514,7 +514,7 @@ class Profile
* @param Mode $mode
* @return boolean
*/
public static function displayEventList(int $uid, Mode $mode): bool
public static function shouldDisplayEventList(int $uid, Mode $mode): bool
{
if (empty($uid) || $mode->isMobile()) {
return false;