Index: /mods/wpsg_mod_autodebit.class.php
===================================================================
--- /mods/wpsg_mod_autodebit.class.php	(revision 5490)
+++ /mods/wpsg_mod_autodebit.class.php	(revision 5513)
@@ -149,11 +149,11 @@
 			{
 
-				$this->shop->view['error'] = $_SESSION['wpsg']['errorFields'];
-				$this->shop->view['wpsg_mod_autodebit']['name'] = $_SESSION['wpsg']['checkout']['mod_autodebit_name'];
-				$this->shop->view['wpsg_mod_autodebit']['blz'] = $_SESSION['wpsg']['checkout']['mod_autodebit_blz'];
-				$this->shop->view['wpsg_mod_autodebit']['bic'] = $_SESSION['wpsg']['checkout']['mod_autodebit_bic'];
-				$this->shop->view['wpsg_mod_autodebit']['inhaber'] = $_SESSION['wpsg']['checkout']['mod_autodebit_inhaber'];
-				$this->shop->view['wpsg_mod_autodebit']['knr'] = $_SESSION['wpsg']['checkout']['mod_autodebit_knr'];
-				$this->shop->view['wpsg_mod_autodebit']['iban'] = $_SESSION['wpsg']['checkout']['mod_autodebit_iban'];
+				$this->shop->view['error'] = wpsg_getStr($_SESSION['wpsg']['errorFields']);
+				$this->shop->view['wpsg_mod_autodebit']['name'] = wpsg_getStr($_SESSION['wpsg']['checkout']['mod_autodebit_name']);
+				$this->shop->view['wpsg_mod_autodebit']['blz'] = wpsg_getStr($_SESSION['wpsg']['checkout']['mod_autodebit_blz']);
+				$this->shop->view['wpsg_mod_autodebit']['bic'] = wpsg_getStr($_SESSION['wpsg']['checkout']['mod_autodebit_bic']);
+				$this->shop->view['wpsg_mod_autodebit']['inhaber'] = wpsg_getStr($_SESSION['wpsg']['checkout']['mod_autodebit_inhaber']);
+				$this->shop->view['wpsg_mod_autodebit']['knr'] = wpsg_getStr($_SESSION['wpsg']['checkout']['mod_autodebit_knr']);
+				$this->shop->view['wpsg_mod_autodebit']['iban'] = wpsg_getStr($_SESSION['wpsg']['checkout']['mod_autodebit_iban']);
 				
 				$arPayment[$this->id]['hint'] .= $this->shop->render(WPSG_PATH_VIEW.'/mods/mod_autodebit/paymenthint.phtml', false);
