mirror of
https://github.com/friendica/friendica
synced 2025-04-28 21:44:22 +02:00
Function is renamed
This commit is contained in:
parent
4d7c5f5672
commit
4a5014eab5
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue