Points cachés affichés aux premiums sur la carte

This commit is contained in:
leosw
2026-01-20 20:22:02 +01:00
parent 5f07c557f5
commit c96aca2bf4
2 changed files with 1 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ switch ($controller->splitted_url[1]) {
header("Content-Type: application/json; charset=utf-8");
$pois = new Kabano\Pois();
$pois->listPois();
$pois->listPois($user->rankIsHigher("premium") ? 1 : 0);
$out = [];