Index: /lib/filter_functions.inc.php
===================================================================
--- /lib/filter_functions.inc.php	(revision 6544)
+++ /lib/filter_functions.inc.php	(revision 6545)
@@ -237,5 +237,5 @@
 			
 		// Converter aktivieren
-		if ($this->get_option('wpsg_key', true) !== false && $GLOBALS['wpsg_sc']->get_option('wpsg_mod_converter_done') != 1)
+		if ($GLOBALS['wpsg_sc']->get_option('wpsg_key', true) !== false && $GLOBALS['wpsg_sc']->get_option('wpsg_mod_converter_done') != 1)
 		{
 			
@@ -252,5 +252,5 @@
 			$rsa->loadKey(file_get_contents(WPSG_PATH.'/lib/.htpublic'));
 			
-			$arKey = @unserialize($rsa->decrypt(base64_decode($this->get_option('wpsg_key', true))));
+			$arKey = @unserialize($rsa->decrypt(base64_decode($GLOBALS['wpsg_sc']->get_option('wpsg_key', true))));
 			
 			if (is_array($arKey) && $arKey['anwendung'] == 'wpShopGermany')
