Code: Select all
Activity
[phpBB Debug] PHP Warning: in file [ROOT]/ext/pgreca/pgsocial/social/post_status.php on line 516: Trying to access array offset on value of type boolCode: Select all
Activity
[phpBB Debug] PHP Warning: in file [ROOT]/ext/pgreca/pgsocial/social/post_status.php on line 516: Trying to access array offset on value of type boolCode: Select all
($status_privacy == 1 && ($this->social_zebra->friend_status($row['wall_id'])['status'] == 'PG_SOCIAL_FRIENDS' || $this->user->data['user_id'] == $row['wall_id'])) ||Code: Select all
($status_privacy == 1 && ($this->social_zebra->friend_status($row['wall_id'])['status'] ?? null == 'PG_SOCIAL_FRIENDS' || $this->user->data['user_id'] == $row['wall_id'])) ||