diff --git a/market.php b/market.php index b876008..07097d9 100644 --- a/market.php +++ b/market.php @@ -3,7 +3,7 @@ $server = $config['shop']['imageServer']; $imageType = $config['shop']['imageType']; -$compare = getValue($_GET['compare']); +$compare = getValue(@$_GET['compare']); // If you are not comparing any items, present the list. if (!$compare) { @@ -33,7 +33,7 @@ if (!$compare) {