diff --git a/pages/client/shops.php b/pages/client/shops.php index 7bdfedf4deb313c0efb9a7d9a8e696face13bc4b..b8c270e379496af6b81513db76d0f52664561233 100644 --- a/pages/client/shops.php +++ b/pages/client/shops.php @@ -101,7 +101,7 @@ <span><strong>Prix:</strong> '.$shop['price'].'€</span> </div> </div> - <div class="mc-button normal" onclick="goToShop('.$shop['x'].','.$shop['y'].','.$shop['z'].','.$shop['world'].')"> + <div class="mc-button normal" onclick="goToShop('.$shop['x'].','.$shop['y'].','.$shop['z'].',\''.$shop['world'].'\')"> <div class="title">Rejoindre</div> </div> </div>