Index: /lib/wpsg_basket.class.php
===================================================================
--- /lib/wpsg_basket.class.php	(revision 8247)
+++ /lib/wpsg_basket.class.php	(revision 8248)
@@ -1133,6 +1133,5 @@
 				
 				// Ort ÃŒberprÃŒfen
-				if ($custom_config['ort'] != '2' && $custom_config['ort'] != '1' && wpsg_getStr($this->arCheckout['ort']) == '')
-				{
+				if ($custom_config['ort'] != '2' && $custom_config['ort'] != '1' && ($this->arCheckout['ort']??'') == '') {
 					
 					$this->shop->addFrontendError(__('Bitte die Eingaben im Feld "Ort" ÃŒberprÃŒfen!', 'wpsg'));
